Issue 3676: Obsolete references to PEP 291 in py3k lib (original) (raw)
Issue3676
Created on 2008-08-25 13:37 by orent, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg71921 - (view) | Author: Oren Tirosh (orent) | Date: 2008-08-25 13:37 |
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 subprocess.py | ||
msg82245 - (view) | Author: Facundo Batista (facundobatista) * ![]() |
Date: 2009-02-16 15:43 |
Removed the messages in decimal.py (r.69674). | ||
msg82248 - (view) | Author: Benjamin Peterson (benjamin.peterson) * ![]() |
Date: 2009-02-16 16:20 |
Fixed the rest in r69676. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:38 | admin | set | github: 47926 |
2009-02-16 16:20:27 | benjamin.peterson | set | status: open -> closedresolution: fixedmessages: + nosy: + benjamin.peterson |
2009-02-16 15:43:26 | facundobatista | set | messages: + |
2009-02-10 18:12:14 | ajaksu2 | set | nosy: + facundobatista |
2008-08-25 13:37:47 | orent | create |