[Python-checkins] CVS: python/dist/src PLAN.txt,1.1.2.36,1.1.2.37

Tim Peters tim_one@users.sourceforge.net
Fri, 27 Jul 2001 22:04:12 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv15109/descr/dist/src

Modified Files:
      Tag: descr-branch
	PLAN.txt 
Log Message:
Removed redundant copy-and-paste leftover.


Index: PLAN.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Attic/PLAN.txt,v
retrieving revision 1.1.2.36
retrieving revision 1.1.2.37
diff -C2 -d -r1.1.2.36 -r1.1.2.37
*** PLAN.txt	2001/07/28 05:02:57	1.1.2.36
--- PLAN.txt	2001/07/28 05:04:10	1.1.2.37
***************
*** 277,285 ****
  
  4 conflicts, all RCS Ids.  Resolved.
- 
- Legit failure in new test_repr, because repr.py dispatches on the exact
- string returned by type(x).  type(1L) and type('s') differ in descr-branch
- now, and repr.py didn't realize that, falling back to the "unknown type"
- case for longs and strings.  Repaired descr-branch repr.py.
  ----------------------------------------------------------------------------
  2001-07-21
--- 277,280 ----