[Python-Dev] Bogus checkin

Guido van Rossum guido@python.org
Thu, 20 Sep 2001 12:45:28 -0400


> Index: test_unicode
> ===================================================================
> RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_unicode,v
> retrieving revision 1.10
> retrieving revision 1.11
> diff -C2 -d -r1.10 -r1.11
> *** test_unicode	2000/08/08 08:04:03	1.10
> --- test_unicode	2001/09/20 16:37:23	1.11
> ***************
> *** 1,3 ****
> --- 1,4 ----
>   test_unicode
> + * <built-in method join of unicode object at 0x81b3ba0> u' ' <class exceptions.TypeError at 0x80fac4c> u'7 hello 123'
>   Testing Unicode comparisons... done.
>   Testing Unicode contains method... done.

Marc-Andre, please go back to bed, sleep in, and try again.  Or at
least have another cup of coffee and go for a walk.

For Chrissakes, you're checking in a line that contains the addresses
that an object happened to have when you ran the test.  Don't you 
review the diffs before you check in any more?

--Guido van Rossum (home page: http://www.python.org/~guido/)