From: Georg Brandl Date: Sun, 25 May 2008 07:46:33 +0000 (+0000) Subject: Hint about _winreg renaming in the docs. X-Git-Tag: v2.6b1~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecd0ad3c573fd606c05fd550c5393a077b1a9c33;p=python Hint about _winreg renaming in the docs. --- diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 9b89950828..4e3cebb77d 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 +.. 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