Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d500e442
Commit
d500e442
authored
Sep 06, 2000
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed mention of the winreg module, since it was deleted from 2.0b1
parent
8b2e8f84
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
Doc/whatsnew/whatsnew20.tex
Doc/whatsnew/whatsnew20.tex
+3
-5
No files found.
Doc/whatsnew/whatsnew20.tex
View file @
d500e442
...
...
@@ -914,13 +914,11 @@ the final module comes from code originally
implemented by Fred Drake as
\file
{
Tools/idle/BrowserControl.py
}
,
and adapted for the standard library by Fred.)
\item
{
\module
{
winreg
}
and
\module
{
_
winreg
}
:
}
An interface to the
\item
{
\module
{_
winreg
}
:
}
An interface to the
Windows registry.
\module
{_
winreg
}
is an adaptation of functions that
have been part of PythonWin since 1995, but has now been added to the core
distribution, and enhanced to support Unicode.
\module
{
winreg
}
is an
object-oriented API on top of the
\module
{_
winreg
}
module.
\module
{_
winreg
}
was written by Bill Tutt and Mark Hammond, and
\module
{
winreg
}
was designed by Thomas Heller and implemented by Paul Prescod.
distribution, and enhanced to support Unicode.
\module
{_
winreg
}
was written by Bill Tutt and Mark Hammond.
\item
{
\module
{
zipfile
}
:
}
A module for reading and writing ZIP-format
archives. These are archives produced by
\program
{
PKZIP
}
on
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment