[Python-checkins] r88637 - python/branches/pep-3151/TODO-3151.txt

antoine.pitrou python-checkins at python.org
Sat Feb 26 08:18:36 CET 2011


Author: antoine.pitrou
Date: Sat Feb 26 08:18:35 2011
New Revision: 88637

Log:
Add a small todo



Added:
   python/branches/pep-3151/TODO-3151.txt   (contents, props changed)

Added: python/branches/pep-3151/TODO-3151.txt
==============================================================================
--- (empty file)
+++ python/branches/pep-3151/TODO-3151.txt	Sat Feb 26 08:18:35 2011
@@ -0,0 +1,6 @@
+
+- rename all PyExc_WindowsError to PyExc_IOError
+- rename all PyExc_OSError to PyExc_IOError
+- rename all WindowsError to IOError
+- rename all OSError to IOError
+- LOAD_OLD_GLOBAL


More information about the Python-checkins mailing list