[issue3676] Obsolete references to PEP 291 in py3k lib

2009-02-16 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed the rest in r69676. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue3676] Obsolete references to PEP 291 in py3k lib

2009-02-16 Thread Facundo Batista
Facundo Batista added the comment: Removed the messages in decimal.py (r.69674). ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue3676] Obsolete references to PEP 291 in py3k lib

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +facundobatista ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue3676] Obsolete references to PEP 291 in py3k lib

2008-08-25 Thread Oren Tirosh
New submission from Oren Tirosh <[EMAIL PROTECTED]>: The comments in the following modules contain references to PEP 291 or to remaining compatible with version 2.x. However, they all include non backward compatible python 3 syntax like "except x as y". decimal.py modulefinder.py pkgutil.py sub