bring up to date

This commit is contained in:
Jeremy Hylton 2000-08-25 13:44:26 +00:00
parent f32f15658a
commit d703e03854
1 changed files with 27 additions and 26 deletions

View File

@ -188,9 +188,6 @@ Open items -- Need to be resolved before 2.0b1 release
Decide on a license.
Windows: Look for registry info in HKCU before HKLM - Mark
Hammond.
Windows installer: If HKLM isn't writable, back off to HKCU (so
Python can be installed on NT & 2000 without admin privileges).
@ -220,13 +217,38 @@ Open items -- Need to be resolved before 2.0 final release
Open: proposed but not accepted or rejected
* Problems reported with Tkinter, Tk 8.3.2,axs and Unicode
* Extended slicing on lists - Michael Hudson
Make lists (and other builtin types) handle extended slices.
* Problems reported with Tkinter, Tk 8.3.2, and Unicode (?)
Accepted and in progress
* Compression of Unicode database - Fredrik Lundh
SF Patch 100899
* PyErr_Format - Fredrik Lundh
Make this function safe from buffer overflows.
* Support for opcode arguments > 2**16 - Charles Waldman
SF Patch 100893
* Range literals - Thomas Wouters
SF Patch 100902
* Change meaning of \x escapes - PEP 223 - Fredrik Lundh
* Add \U1234678 escapes in u"" strings - Fredrik Lundh
* Integrated gettext module - Barry Warsaw
wrapper around standard internationalization libraries
Open items -- completed/fixed
[23-Aug-2000 jeremy - tim reports "completed recently"]
Windows: Look for registry info in HKCU before HKLM - Mark
Hammond.
[20-Aug-2000 tim - done]
Remove winreg.py and test_winreg2.py. Paul Prescod (the author)
now wants to make a registry API more like the MS .NET API. Unclear
@ -273,33 +295,12 @@ Accepted and completed
SF Patch #100970
http://sourceforge.net/patch/?func=detailpatch&patch_id=100970&group_id=5470
Accepted and in progress
* interface to poll system call - Andrew Kuchling
SF Patch 100852
* Compression of Unicode database - Fredrik Lundh
SF Patch 100899
* PyErr_Format - Fredrik Lundh
Make this function safe from buffer overflows.
* Support for opcode arguments > 2**16 - Charles Waldman
SF Patch 100893
* Range literals - Thomas Wouters
SF Patch 100902
* Augmented assignment - Thomas Wouters
Add += and family, plus Python and C hooks, and API functions.
* Change meaning of \x escapes - PEP 223 - Fredrik Lundh? Tim Peters?
* Add \U1234678 escapes in u"" strings - Fredrik Lundh?
* Integrated gettext module - Barry Warsaw
wrapper around standard internationalization libraries
Postponed