summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-10-01 04:11:09 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-10-01 04:11:09 (GMT)
commit31616ea2ffca7a1603c9f5941cfca2f1330028f3 (patch)
tree7b4e2bae6809bb38e2b557f6276c557ed311b907
parent811c2f13695049e0b84bfc6ca390bc064b601365 (diff)
downloadcpython-31616ea2ffca7a1603c9f5941cfca2f1330028f3.zip
cpython-31616ea2ffca7a1603c9f5941cfca2f1330028f3.tar.gz
cpython-31616ea2ffca7a1603c9f5941cfca2f1330028f3.tar.bz2
remove reference to non-existent file
-rw-r--r--Objects/unicodeobject.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 92208f4..9971f5c 100644
--- 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@lemburg.com> according to the
-Unicode Integration Proposal (see file Misc/unicode.txt).
+modified by Marc-Andre Lemburg <mal@lemburg.com>.
Major speed upgrades to the method implementations at the Reykjavik
NeedForSpeed sprint, by Fredrik Lundh and Andrew Dalke.