mirror of https://github.com/python/cpython
Remove false information from the comment and reformat it like other
comments in the file. (SF #1455641)
This commit is contained in:
parent
8142cb6f20
commit
f303261cf0
|
@ -476,14 +476,12 @@ extern double hypot(double, double);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************
|
/* On 4.4BSD-descendants, ctype functions serves the whole range of
|
||||||
On 4.4BSD-descendants, ctype functions serves the whole range of
|
* wchar_t character set rather than single byte code points only.
|
||||||
wchar_t character set rather than single byte code points only.
|
* This characteristic can break some operations of string object
|
||||||
This characteristic can break some operations of string object
|
* including str.upper() and str.split() on UTF-8 locales. This
|
||||||
including str.upper() and str.split() on UTF-8 locales. This
|
* workaround was provided by Tim Robbins of FreeBSD project.
|
||||||
workaround was provided by Tim Robbins of FreeBSD project. He said
|
*/
|
||||||
the incompatibility will be fixed in FreeBSD 6.
|
|
||||||
********************************************************************/
|
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
#include <osreldate.h>
|
#include <osreldate.h>
|
||||||
|
|
Loading…
Reference in New Issue