[Python-checkins] peps: bring up to date (original) (raw)

georg.brandl python-checkins at python.org
Wed Mar 23 21:27:22 CET 2011


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.

@@ -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  

Postponed

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



More information about the Python-checkins mailing list