diff options
author | Georg Brandl <georg@python.org> | 2008-05-25 07:46:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-25 07:46:33 (GMT) |
commit | ecd0ad3c573fd606c05fd550c5393a077b1a9c33 (patch) | |
tree | 8507c644db613e90c00bace31a828cdfecb9137b /Doc | |
parent | 392c6fc02d90f211dadc72448a07d9281260cb70 (diff) | |
download | cpython-ecd0ad3c573fd606c05fd550c5393a077b1a9c33.zip cpython-ecd0ad3c573fd606c05fd550c5393a077b1a9c33.tar.gz cpython-ecd0ad3c573fd606c05fd550c5393a077b1a9c33.tar.bz2 |
Hint about _winreg renaming in the docs.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/_winreg.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 9b89950..4e3cebb 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/_winreg.rst @@ -7,6 +7,11 @@ :synopsis: Routines and objects for manipulating the Windows registry. .. sectionauthor:: Mark Hammond <MarkH@ActiveState.com> +.. note:: + The :mod:`_winreg` module has been renamed to :mod:`winreg` in Python 3.0. + The :term:`2to3` tool will automatically adapt imports when converting your + sources to 3.0. + .. versionadded:: 2.0 |