diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-10-21 04:21:33 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-10-21 04:21:33 -0400 |
commit | 458736bf77ebf11bc05d0eca91ad21f01543fab3 (patch) | |
tree | 922076756d7ee8f7f4a3fc8594296bdfd0978f97 | |
parent | ae5c5639d3704b1c4caece39839b6135fe8381b7 (diff) | |
download | external_python_setuptools-458736bf77ebf11bc05d0eca91ad21f01543fab3.tar.gz external_python_setuptools-458736bf77ebf11bc05d0eca91ad21f01543fab3.tar.bz2 external_python_setuptools-458736bf77ebf11bc05d0eca91ad21f01543fab3.zip |
Fix RST rendering issues in CHANGES.txt
--HG--
branch : distribute
extra : rebase_source : d8cdde27fcf533474d99aa1d4acfa0b181e8ab71
-rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 342add93..8b6666e0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,7 +18,7 @@ CHANGES * Issue #303: Read manifest file with UTF-8 encoding under Python 3. * Issue #301: Allow to run tests of namespace packages when using 2to3. * Issue #304: Prevent import loop in site.py under Python 3.3. -* Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3. +* Issue #283: Reenable scanning of `*.pyc` / `*.pyo` files on Python 3.3. * Issue #299: The develop command didn't work on Python 3, when using 2to3, as the egg link would go to the Python 2 source. Linking to the 2to3'd code in build/lib makes it work, although you will have to rebuild the module @@ -41,7 +41,8 @@ CHANGES * Issue #294: setup.py can now be invoked from any directory. * Scripts are now installed honoring the umask. * Added support for .dist-info directories. -* Issue #283: Fix and disable scanning of *.pyc / *.pyo files on Python 3.3. +* Issue #283: Fix and disable scanning of `*.pyc` / `*.pyo` files on + Python 3.3. ------ 0.6.27 |