[Python-checkins] peps: Record new test_longexp bug. Move augmented assignments to "in progress".
georg.brandl
python-checkins at python.org
Wed Mar 23 21:25:05 CET 2011
http://hg.python.org/peps/rev/31a947b2ea09
changeset: 104:31a947b2ea09
user: Tim Peters <tim.peters at gmail.com>
date: Wed Aug 16 03:17:18 2000 +0000
summary:
Record new test_longexp bug. Move augmented assignments to "in progress".
files:
pep-0200.txt | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -90,6 +90,15 @@
test case platform R B date reported
--------- -------- - - -------------
+ test_longexp Win98+? ? ? 15-Aug-2000
+ [fails in release build,
+ passes in release build under verbose mode but doesn't
+ look like it should pass,
+ passes in debug build,
+ passes in debug build under verbose mode and looks like
+ it should pass
+ ]
+
test_winreg2 Win32 X X 26-Jul-2000
[still fails 15-Aug-2000 for me, on Win98 - tim
test test_winreg2 failed -- Writing: 'Test Failed: testHives',
@@ -173,6 +182,9 @@
on.
[note: it's not confusing to Guido <wink> - tim]
+ * Augmented assignment - Thomas Wouters
+ Add += and family, plus Python and C hooks, and API functions.
+
Open: proposed but not accepted or declined
@@ -196,9 +208,6 @@
- http://www.python.org/pipermail/python-dev/1999-August/002252.html
- * Augmented assignment - Thomas Wouters
- Add += and family, plus Python and C hooks, and API functions.
-
* "import as" - Thomas Wouters
Extend the 'import' and 'from ... import' mechanism to enable
importing a symbol as another name. (Without adding a new keyword.)
@@ -210,7 +219,7 @@
Move __getslice__ functionality into __getitem__, using slice objects,
for normal slices as well as for extended ones. First step: use
getitem if there is no getslice.
-
+
* 'indexing-for' - Thomas Wouters
Special syntax to give Python code access to the loop-counter in 'for'
loops. (Without adding a new keyword.)
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list