[Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.28,1.29

Jeremy Hylton python-dev@python.org
Fri, 25 Aug 2000 06:44:29 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv16425

Modified Files:
	pep-0200.txt 
Log Message:
bring up to date


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** pep-0200.txt	2000/08/24 21:46:53	1.28
--- pep-0200.txt	2000/08/25 13:44:26	1.29
***************
*** 189,195 ****
      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).
--- 189,192 ----
***************
*** 221,231 ****
  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.
  
  Open items -- completed/fixed
  
      [20-Aug-2000 tim - done]
      Remove winreg.py and test_winreg2.py.  Paul Prescod (the author)
--- 218,253 ----
  Open: proposed but not accepted or rejected
  
      * 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)
***************
*** 274,304 ****
        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
--- 296,305 ----