[Python-checkins] cpython: remove reference to non-existent file
benjamin.peterson
python-checkins at python.org
Sat Oct 1 06:12:28 CEST 2011
http://hg.python.org/cpython/rev/bb0264220858
changeset: 72561:bb0264220858
parent: 72558:6da962d77eb3
user: Benjamin Peterson <benjamin at python.org>
date: Sat Oct 01 00:11:09 2011 -0400
summary:
remove reference to non-existent file
files:
Objects/unicodeobject.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -1,8 +1,7 @@
/*
Unicode implementation based on original code by Fredrik Lundh,
-modified by Marc-Andre Lemburg <mal at lemburg.com> according to the
-Unicode Integration Proposal (see file Misc/unicode.txt).
+modified by Marc-Andre Lemburg <mal at lemburg.com>.
Major speed upgrades to the method implementations at the Reykjavik
NeedForSpeed sprint, by Fredrik Lundh and Andrew Dalke.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list