From: Benjamin Peterson Date: Sat, 1 Oct 2011 04:11:09 +0000 (-0400) Subject: remove reference to non-existent file X-Git-Tag: v3.3.0a1~1411 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31616ea2ffca7a1603c9f5941cfca2f1330028f3;p=thirdparty%2FPython%2Fcpython.git remove reference to non-existent file --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 92208f462c15..9971f5c9845c 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 according to the -Unicode Integration Proposal (see file Misc/unicode.txt). +modified by Marc-Andre Lemburg . Major speed upgrades to the method implementations at the Reykjavik NeedForSpeed sprint, by Fredrik Lundh and Andrew Dalke.