Unicode patches checked in

Michael Hudson mwh21 at cam.ac.uk
Sat Mar 11 07:56:55 EST 2000


Guido van Rossum <guido at python.org> writes:

> [cool news]

I don't know if this is the place to mention this, but the encodings
directory isn't begin installed; this Trivial One-Line Patch fixes
that:

Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Makefile.in,v
retrieving revision 1.83
diff -u -r1.83 Makefile.in
--- Makefile.in 2000/02/28 19:52:53     1.83
+++ Makefile.in 2000/03/11 12:54:03
@@ -289,7 +289,7 @@
 # Install the library
 PLATDIR=       plat-$(MACHDEP)
 MACHDEPS=      $(PLATDIR)
-LIBSUBDIRS=    lib-old lib-tk test test/output $(MACHDEPS)
+LIBSUBDIRS=    lib-old lib-tk test test/output encodings $(MACHDEPS)
 libinstall:    python $(srcdir)/Lib/$(PLATDIR)
                @for i in $(SCRIPTDIR) $(LIBDEST); \
                do \

can't-wait-for-sre-ly y'rs
Michael

-- 
very few people approach me in real life and insist on proving they are
drooling idiots.                         -- Erik Naggum, comp.lang.lisp



More information about the Python-list mailing list