]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove reference to non-existent file
authorBenjamin Peterson <benjamin@python.org>
Sat, 1 Oct 2011 04:11:09 +0000 (00:11 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sat, 1 Oct 2011 04:11:09 +0000 (00:11 -0400)
Objects/unicodeobject.c

index 92208f462c15c154aec00113fcfa0bf54f48c683..9971f5c9845ce5c9857a0283d4e58fe04ec3ae0d 100644 (file)
@@ -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.