summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-03-16 05:29:19 (GMT)
committerLarry Hastings <larry@hastings.org>2014-03-16 05:29:19 (GMT)
commit0548f5c5141b385594b3bad02fa62e8dfe17d51e (patch)
tree3ed4400f61d6f182218c8bbb1db066963058230c /Doc/whatsnew
parent3732ed24145c1ac77e99bcf85bccda3af095e696 (diff)
downloadcpython-0548f5c5141b385594b3bad02fa62e8dfe17d51e.zip
cpython-0548f5c5141b385594b3bad02fa62e8dfe17d51e.tar.gz
cpython-0548f5c5141b385594b3bad02fa62e8dfe17d51e.tar.bz2
Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 9cf51bd..a4f6cb3 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -2284,7 +2284,7 @@ Changes in the Python API
name, they now set it to an empty list. The previous behavior could cause
the import system to do the wrong thing on submodule imports if there was
also a directory with the same name as the frozen package. The correct way
- to determine if a module is a package or not is to use``hasattr(module,
+ to determine if a module is a package or not is to use ``hasattr(module,
'__path__')`` (:issue:`18065`).
* Frozen modules no longer define a ``__file__`` attribute. It's semantically