diff options
author | Barry Warsaw <barry@python.org> | 2012-07-30 20:24:12 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-07-30 20:24:12 (GMT) |
commit | c1e721b97909a3ca7b318901968d5d8ec74be9c8 (patch) | |
tree | 23dd500e30e308ee0195dc7fe83b5bfcd2c5583f /Doc/whatsnew/3.3.rst | |
parent | 38732ea8326409e14350de1442558d6b9cf3a443 (diff) | |
download | cpython-c1e721b97909a3ca7b318901968d5d8ec74be9c8.zip cpython-c1e721b97909a3ca7b318901968d5d8ec74be9c8.tar.gz cpython-c1e721b97909a3ca7b318901968d5d8ec74be9c8.tar.bz2 |
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. :)
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 55d22dd..971ad7a 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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 ------------------- |