From 23b4bfb91f3389a085a4fffcf4bb25b899046989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 17 Nov 2008 16:04:09 +0000 Subject: Issue #4312: Remove claim that distutils parameters must not be Unicode. The opposite is true. --- Doc/distutils/setupscript.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index 8bbcb29..6e3fd38 100644 --- a/Doc/distutils/setupscript.rst +++ b/Doc/distutils/setupscript.rst @@ -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 -- cgit v0.12