From: Hye-Shik Chang Date: Wed, 22 Mar 2006 08:52:43 +0000 (+0000) Subject: Remove false information from the comment and reformat it like other X-Git-Tag: v2.5a0~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f303261cf036b4e4d78281a9639e2441e0b644f1;p=python Remove false information from the comment and reformat it like other comments in the file. (SF #1455641) --- diff --git a/Include/pyport.h b/Include/pyport.h index ae19d6fc1d..df97b999ac 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -476,14 +476,12 @@ extern double hypot(double, double); #endif -/******************************************************************* -On 4.4BSD-descendants, ctype functions serves the whole range of -wchar_t character set rather than single byte code points only. -This characteristic can break some operations of string object -including str.upper() and str.split() on UTF-8 locales. This -workaround was provided by Tim Robbins of FreeBSD project. He said -the incompatibility will be fixed in FreeBSD 6. -********************************************************************/ +/* On 4.4BSD-descendants, ctype functions serves the whole range of + * wchar_t character set rather than single byte code points only. + * This characteristic can break some operations of string object + * including str.upper() and str.split() on UTF-8 locales. This + * workaround was provided by Tim Robbins of FreeBSD project. + */ #ifdef __FreeBSD__ #include