Commit 31abc4ae authored by Barry Warsaw's avatar Barry Warsaw

Address substantially all of Eric Snow's comments in issue #15295, except for

those which now have additional XXX's here.  I'll get to those later. :)
parent 9095fee4
......@@ -475,7 +475,7 @@ Glossary
module
An object that serves as an organizational unit of Python code. Modules
have a namespace contain arbitrary Python objects. Modules are loaded
have a namespace containing arbitrary Python objects. Modules are loaded
into Python by the process of :term:`importing`.
MRO
......
This diff is collapsed.
......@@ -1677,6 +1677,8 @@ Porting to Python 3.3
This section lists previously described changes and other bugfixes
that may require changes to your code.
.. _portingpythoncode:
Porting Python code
-------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment