Kaydet (Commit) c1e721b9 authored tarafından 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. :)
üst 38732ea8
...@@ -475,7 +475,7 @@ Glossary ...@@ -475,7 +475,7 @@ Glossary
module module
An object that serves as an organizational unit of Python code. Modules 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`. into Python by the process of :term:`importing`.
MRO MRO
......
...@@ -1677,6 +1677,8 @@ Porting to Python 3.3 ...@@ -1677,6 +1677,8 @@ Porting to Python 3.3
This section lists previously described changes and other bugfixes This section lists previously described changes and other bugfixes
that may require changes to your code. that may require changes to your code.
.. _portingpythoncode:
Porting Python code 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