From d703e038546815e187b067aea6ccde4d2496f837 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 25 Aug 2000 13:44:26 +0000 Subject: [PATCH] bring up to date --- pep-0200.txt | 53 ++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/pep-0200.txt b/pep-0200.txt index 13acd340f..da3ab69b2 100644 --- a/pep-0200.txt +++ b/pep-0200.txt @@ -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