[Patches] [ python-Patches-570727 ] Code modernization for calendar.py

noreply@sourceforge.net noreply@sourceforge.net
Tue, 18 Jun 2002 12:17:40 -0700


Patches item #570727, was opened at 2002-06-18 14:17
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=570727&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Raymond Hettinger (rhettinger)
Assigned to: Tim Peters (tim_one)
Summary: Code modernization for calendar.py

Initial Comment:
Eliminated the indexer() logic from the i18n code in 
calendar.py.  The code is no longer necessary 
because Py2.3 lists support slice objects directly.

If approved, please re-assign to GvR.  Pending the 
introduction of a datetime module, he wants to avoid 
maintenance to calendar.  OTOH, he has been 
supportive of eliminating references to the types 
module and of modernizing code to take advantage of 
Py2.3 language features.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=570727&group_id=5470