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

Tim Peters python-dev@python.org
Tue, 15 Aug 2000 20:17:21 -0700


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

Modified Files:
	pep-0200.txt 
Log Message:
Record new test_longexp bug.  Move augmented assignments to "in progress".


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** pep-0200.txt	2000/08/15 17:09:19	1.12
--- pep-0200.txt	2000/08/16 03:17:18	1.13
***************
*** 91,94 ****
--- 91,103 ----
      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
***************
*** 174,177 ****
--- 183,189 ----
        [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
***************
*** 197,203 ****
        - 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
--- 209,212 ----
***************
*** 211,215 ****
        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'
--- 220,224 ----
        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'