~pythonregexp2.7/python/issue2636-01

« back to all changes in this revision

Viewing changes to Doc/library/_winreg.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:37:21 UTC
  • mfrom: (39022.1.14 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609143721-bj0g1mwta28038da
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   :synopsis: Routines and objects for manipulating the Windows registry.
8
8
.. sectionauthor:: Mark Hammond <MarkH@ActiveState.com>
9
9
 
 
10
.. note::
 
11
   The :mod:`_winreg` module has been renamed to :mod:`winreg` in Python 3.0.
 
12
   The :term:`2to3` tool will automatically adapt imports when converting your
 
13
   sources to 3.0.
 
14
 
10
15
 
11
16
.. versionadded:: 2.0
12
17