From 31616ea2ffca7a1603c9f5941cfca2f1330028f3 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 1 Oct 2011 00:11:09 -0400 Subject: remove reference to non-existent file --- Objects/unicodeobject.c | 3 +-- 1 file changed, 1 insertion(+), 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 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. -- cgit v0.12