[Python-checkins] r45705 - peps/trunk/pep-0356.txt (original) (raw)
neal.norwitz python-checkins at python.org
Tue Apr 25 08:19:09 CEST 2006
- Previous message: [Python-checkins] buildbot warnings in sparc Ubuntu dapper trunk
- Next message: [Python-checkins] buildbot warnings in x86 cygwin trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: neal.norwitz Date: Tue Apr 25 08:19:08 2006 New Revision: 45705
Modified: peps/trunk/pep-0356.txt Log: optparse was upgraded, new AST bug
Modified: peps/trunk/pep-0356.txt
--- peps/trunk/pep-0356.txt (original) +++ peps/trunk/pep-0356.txt Tue Apr 25 08:19:08 2006 @@ -149,9 +149,6 @@ - Python core should compile cleanly with g++ (Owner: Anthony) - - optparse should be updated to the latest Optik codebase - (Owner: Anthony)
- upgrade stdlib to use newer hashlib module instead of older
deprecated md5/sha modules.
(Owner: Anthony)
@@ -173,6 +170,8 @@ - AST compiler problems (Owner: Jeremy Hylton) + * http://python.org/sf/1474677 foo(b=1, 2) doesn't raise SyntaxError + * eval(str(-sys.maxint - 1)) should produce an int, not long. when a constant it should not be stored in co_consts
- Previous message: [Python-checkins] buildbot warnings in sparc Ubuntu dapper trunk
- Next message: [Python-checkins] buildbot warnings in x86 cygwin trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]