]> granicus.if.org Git - python/commitdiff
Issue #4312: Remove claim that distutils parameters must not be Unicode. The opposite...
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 17 Nov 2008 16:04:09 +0000 (16:04 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 17 Nov 2008 16:04:09 +0000 (16:04 +0000)
Doc/distutils/setupscript.rst

index 8bbcb297466fd59326ae73e469519af291f6d25b..6e3fd3826eddebd8ee9fd0da9588b952d7ccbd1f 100644 (file)
@@ -588,8 +588,6 @@ Notes:
 'list of strings'
    See below.
 
-None of the string values may be Unicode.
-
 Encoding the version information is an art in itself. Python packages generally
 adhere to the version format *major.minor[.patch][sub]*. The major number is 0
 for initial, experimental releases of software. It is incremented for releases