From: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) Date: Fri, 9 Jul 2021 04:57:25 +0000 (+0530) Subject: Remove irrelevant comment which was added in 2a70a3a (GH-27044) X-Git-Tag: v3.11.0a1~706 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b21108445969398f6d1db9234fc0fe727565d2e;p=thirdparty%2FPython%2Fcpython.git Remove irrelevant comment which was added in 2a70a3a (GH-27044) --- diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 26ac68bdca64..b4563f331d5a 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -2,7 +2,6 @@ unicodedata -- Provides access to the Unicode database. - Data was extracted from the UnicodeData.txt file. The current version number is reported in the unidata_version constant. Written by Marc-Andre Lemburg (mal@lemburg.com).