File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,10 @@ egg filename is as follows::
133133
134134The "name" and "version" should be escaped using the ``to_filename() ``
135135function provided by ``pkg_resources ``, after first processing them with
136- ``safe_name() `` and ``safe_version() `` respectively. These latter two
137- functions can also be used to later "unescape" these parts of the
138- filename. ( For a detailed description of these transformations, please
139- see the "Parsing Utilities" section of the ``pkg_resources `` manual.)
136+ ``safe_name() `` and ``safe_version() `` respectively. Note that the escaping is
137+ irreversible and the original name can only be retrieved from the distribution
138+ metadata. For a detailed description of these transformations, please see the
139+ "Parsing Utilities" section of the ``pkg_resources `` manual.
140140
141141The "pyver" string is the Python major version, as found in the first
1421423 characters of ``sys.version ``. "required_platform" is essentially
You can’t perform that action at this time.
0 commit comments