diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2009-03-30 22:29:53 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2009-03-30 22:29:53 +0000 |
commit | b585255f02db23a367025ea0be1e197d9f47d698 (patch) | |
tree | 27f96b40995953cd60903bb2f583cde2a723dd13 | |
parent | 19672006a7a80dd5d86a1059cae666e855d86feb (diff) | |
download | cpython-git-b585255f02db23a367025ea0be1e197d9f47d698.tar.gz |
Remove comment
-rw-r--r-- | Doc/whatsnew/2.6.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index cbc8d85bea..150d54f1c5 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -84,8 +84,6 @@ for each change. .. ======================================================================== .. Large, PEP-level features and changes should be described here. -.. Should there be a new section here for 3k migration? -.. Or perhaps a more general section describing module changes/deprecation? .. ======================================================================== Python 3.0 |