commit | 58a9153c9f49fcfe58a9e91b08167ff3483b36f3 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Wed Oct 05 01:28:24 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Wed Oct 05 01:28:24 2011 +0200 |
tree | e21939b71d0501592abfc6cfa71d16bc8f7db3eb | |
parent | da27263b4a7aa6af7d2bf6967a15b0007aa1ae2b [diff] |
Fix markup used in the documentation of sys.prefix and sys.exec_prefix. - Using the file role with {placeholders} is IMO clearer than fake Python code. - The fact that sys.version[:3] gives '3.2' is a CPython detail and should not be advertised (see #9442), even if some stdlib modules currently rely on that detail.