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
965a3be8
Commit
965a3be8
authored
Apr 23, 2006
by
Greg Ward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update optparse to Optik 1.5.1.
parent
34d771a8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
633 additions
and
179 deletions
+633
-179
Doc/lib/liboptparse.tex
Doc/lib/liboptparse.tex
+330
-73
Lib/optparse.py
Lib/optparse.py
+153
-51
Lib/test/test_optparse.py
Lib/test/test_optparse.py
+145
-55
Misc/NEWS
Misc/NEWS
+5
-0
No files found.
Doc/lib/liboptparse.tex
View file @
965a3be8
This diff is collapsed.
Click to expand it.
Lib/optparse.py
View file @
965a3be8
This diff is collapsed.
Click to expand it.
Lib/test/test_optparse.py
View file @
965a3be8
This diff is collapsed.
Click to expand it.
Misc/NEWS
View file @
965a3be8
...
...
@@ -86,6 +86,11 @@ Extension Modules
Library
-------
- Updated optparse module to Optik 1.5.1 (allow numeric constants in
hex, octal, or binary; add ``append_const`` action; keep going if
gettext cannot be imported; added ``OptionParser.destroy()`` method;
added ``epilog`` for better help generation).
- Bug #1473760: ``tempfile.TemporaryFile()`` could hang on Windows, when
called from a thread spawned as a side effect of importing a module.
...
...
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