[Python-checkins] peps: move os.path.commonprefix from open to completed

georg.brandl python-checkins at python.org
Wed Mar 23 21:26:43 CET 2011


http://hg.python.org/peps/rev/952bf850412e
changeset:   147:952bf850412e
user:        Jeremy Hylton <jeremy at alum.mit.edu>
date:        Wed Aug 23 14:43:59 2000 +0000
summary:
  move os.path.commonprefix from open to completed
split open items into 2.0b1 and 2.0 sections

files:
  pep-0200.txt |  53 ++++++++++++++++++---------------------
  1 files changed, 24 insertions(+), 29 deletions(-)


diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -173,51 +173,43 @@
         ]
 
 
-Open items -- should be done/fixed
+Open items -- Need to be resolved before 2.0b1 release
 
-    Decoding errors when comparing strings.  There is a dictionary bug
-    that prevents objects from being accessible when an exception is
-    raised during hashing or comparison.
+    Fix bug 112558
+    https://sourceforge.net/bugs/?func=detailbug&bug_id=112558&group_id=5470
 
-    Decide what to do about os.path.commonprefix.  Then do it.
-    [19-Aug-2000 tim
-     Guido msg on Python-Dev:
-     - restore the old behavior on all platforms - Skip volunteered for this
-     - add to the docs that to get the common directory you use dirname()
-     - add testcases that check that this works on all platforms
-     - don't add commonpathprefix(), because dirname() already does it
-    ]
+    Get all patches out of Open.
 
-    2.0b1:  Get all patches out of Open.
+    Get all patches out of Accepted.
 
-    2.0b1:  Get all patches out of Accepted.
+    Decide on a license.
 
-    2.0b1:  Decide on a license.
-
-    2.0b1 Windows:  Look for registry info in HKCU before HKLM - Mark
+    Windows:  Look for registry info in HKCU before HKLM - Mark
     Hammond.
 
-    2.0b1 Windows installer:  If HKLM isn't writable, back off to HKCU (so
+    Windows installer:  If HKLM isn't writable, back off to HKCU (so
     Python can be installed on NT & 2000 without admin privileges).
 
-    2.0b1 Windows installer:  Install w9xpopen.exe only under Win95/98.
+    Windows installer:  Install w9xpopen.exe only under Win95/98.
 
-    2.0b1 Windows ME:  Don't know anything about it.  Will the installer
+    Windows ME:  Don't know anything about it.  Will the installer
     even run?  Does it need the w9xpopen hack?
 
-    2.0b1 Win98 Guido:  popen is hanging on Guido, and even freezing the
+    Win98 Guido:  popen is hanging on Guido, and even freezing the
     whole machine.  No clue yet.
 
-    2.0:  Decide on a license.
+Open items -- Need to be resolved before 2.0 final release
 
-    2.0:  Finish writing the PEPs for the features that went out
-    with 2.0b1(! sad, but realistic -- we'll get better with practice).
+    Decide on a license.
 
-    2.0:  Major effort to whittle the bug database down to size.  I've (tim)
-    seen this before:  if you can keep all the open bugs fitting on one
-    screen, people will generally keep it that way.  But let it slobber
-    over a screen for a month, & it just goes to hell (no "visible
-    progress" indeed!).
+    Finish writing the PEPs for the features that went out with
+    2.0b1(! sad, but realistic -- we'll get better with practice).
+
+    Major effort to whittle the bug database down to size.  I've (tim)
+    seen this before: if you can keep all the open bugs fitting on one
+    screen, people will generally keep it that way.  But let it
+    slobber over a screen for a month, & it just goes to hell (no
+    "visible progress" indeed!).
 
 
 Open items -- completed/fixed
@@ -232,6 +224,9 @@
 
 Accepted and completed
 
+    * Restore old os.path.commonprefix behavior
+      Do we have test cases that work on all platforms?
+
     * Lockstep iteration ("zip" function) - Barry Warsaw
 
     * SRE - Fredrik Lundh

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list