Added request for a portable time.strptime() implementation.

This commit is contained in:
Fred Drake 2000-09-23 04:40:44 +00:00
parent dec0711909
commit add0900a3a
1 changed files with 6 additions and 0 deletions

View File

@ -127,8 +127,14 @@ Standard Library
http://sourceforge.net/bugs/?func=detailbug&bug_id=114754&group_id=5470
- Generalize eval to accept any mapping objects for locals and globals.
http://sourceforge.net/bugs/?func=detailbug&bug_id=115126&group_id=5470
- Add a portable implementation of time.strptime() that works in
clearly defined ways on all platforms.
http://sourceforge.net/bugs/?func=detailbug&bug_id=115146&group_id=5470
Tools