[Python-checkins] peps: bring up to date (original) (raw)
georg.brandl python-checkins at python.org
Wed Mar 23 21:27:22 CET 2011
- Previous message: [Python-checkins] peps: Update PEP to reflect reality. Explain the current mechanism the InPlace
- Next message: [Python-checkins] peps: support for opcode args > 2**16 is finished
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/peps/rev/c68d9ef368a9 changeset: 160:c68d9ef368a9 user: Jeremy Hylton <jeremy at alum.mit.edu> date: Fri Aug 25 13:44:26 2000 +0000 summary: bring up to date
files: pep-0200.txt | 53 ++++++++++++++++++++------------------- 1 files changed, 27 insertions(+), 26 deletions(-)
diff --git a/pep-0200.txt b/pep-0200.txt --- a/pep-0200.txt +++ b/pep-0200.txt @@ -188,9 +188,6 @@ 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: 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 @@ 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
-- Repository URL: http://hg.python.org/peps
- Previous message: [Python-checkins] peps: Update PEP to reflect reality. Explain the current mechanism the InPlace
- Next message: [Python-checkins] peps: support for opcode args > 2**16 is finished
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]