]> granicus.if.org Git - python/log
python
11 years ago(Merge 3.4) Issue #21639: Fix name of _testcapi test functions
Victor Stinner [Mon, 2 Jun 2014 19:29:28 +0000 (21:29 +0200)]
(Merge 3.4) Issue #21639: Fix name of _testcapi test functions

11 years agoIssue #21639: Fix name of _testcapi test functions
Victor Stinner [Mon, 2 Jun 2014 19:29:07 +0000 (21:29 +0200)]
Issue #21639: Fix name of _testcapi test functions

11 years agoIssue #6181: Fixed minor bugs in tkinter.Listbox methods:
Serhiy Storchaka [Mon, 2 Jun 2014 18:32:49 +0000 (21:32 +0300)]
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
bbox(), curselection() and get().

11 years agoIssue #6181: Fixed minor bugs in tkinter.Listbox methods:
Serhiy Storchaka [Mon, 2 Jun 2014 18:31:07 +0000 (21:31 +0300)]
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
bbox(), curselection() and get().

11 years agoNull merge
Zachary Ware [Mon, 2 Jun 2014 17:11:09 +0000 (12:11 -0500)]
Null merge

11 years agoIssue #21623: open pyproject.props with an explicit encoding
Zachary Ware [Mon, 2 Jun 2014 17:09:13 +0000 (12:09 -0500)]
Issue #21623: open pyproject.props with an explicit encoding

11 years agoIssue #6181: Fixed errors in tkinter.Listbox docstrings.
Serhiy Storchaka [Mon, 2 Jun 2014 13:52:16 +0000 (16:52 +0300)]
Issue #6181: Fixed errors in tkinter.Listbox docstrings.
Based on patch by Guilherme Polo.

11 years agoIssue #6181: Fixed errors in tkinter.Listbox docstrings.
Serhiy Storchaka [Mon, 2 Jun 2014 13:51:44 +0000 (16:51 +0300)]
Issue #6181: Fixed errors in tkinter.Listbox docstrings.
Based on patch by Guilherme Polo.

11 years ago(Merge 3.4) Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on
Victor Stinner [Mon, 2 Jun 2014 12:43:24 +0000 (14:43 +0200)]
(Merge 3.4) Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on
Windows. Patch written by Claudiu Popa.

11 years agoIssue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows.
Victor Stinner [Mon, 2 Jun 2014 12:41:51 +0000 (14:41 +0200)]
Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows.
Patch written by Claudiu Popa.

11 years ago(Merge 3.4) Issue #21634: Fix pystone micro-benchmark: use floor division
Victor Stinner [Mon, 2 Jun 2014 12:18:15 +0000 (14:18 +0200)]
(Merge 3.4) Issue #21634: Fix pystone micro-benchmark: use floor division
instead of true division to benchmark integers instead of floating point
numbers. Set pystone version to 1.2. Patch written by Lennart Regebro.

11 years agoIssue #21634: Fix pystone micro-benchmark: use floor division instead of true
Victor Stinner [Mon, 2 Jun 2014 12:16:44 +0000 (14:16 +0200)]
Issue #21634: Fix pystone micro-benchmark: use floor division instead of true
division to benchmark integers instead of floating point numbers. Set pystone
version to 1.2. Patch written by Lennart Regebro.

11 years agoInitialize base types before child types
Victor Stinner [Mon, 2 Jun 2014 12:10:59 +0000 (14:10 +0200)]
Initialize base types before child types

object (PyBaseObject_Type) is the base type of type (PyType_Type), int
(PyLong_Type) is the base type of bool (PyBool_Type).

11 years agoFix comment
Raymond Hettinger [Mon, 2 Jun 2014 08:32:23 +0000 (01:32 -0700)]
Fix comment

11 years agoIssue #17095: Fix Modules/Setup *shared* support.
Ned Deily [Mon, 2 Jun 2014 08:15:32 +0000 (01:15 -0700)]
Issue #17095: Fix Modules/Setup *shared* support.
Original patch by Thomas Wouters.

11 years agoIssue #17095: Fix Modules/Setup *shared* support.
Ned Deily [Mon, 2 Jun 2014 08:05:29 +0000 (01:05 -0700)]
Issue #17095: Fix Modules/Setup *shared* support.
Original patch by Thomas Wouters.

11 years agoMinor clean-ups.
Raymond Hettinger [Mon, 2 Jun 2014 06:40:01 +0000 (23:40 -0700)]
Minor clean-ups.

11 years agoMerged documentation update from 3.4.
Vinay Sajip [Sun, 1 Jun 2014 23:31:44 +0000 (00:31 +0100)]
Merged documentation update from 3.4.

11 years agoUpdated logging HOWTO section on optimization.
Vinay Sajip [Sun, 1 Jun 2014 23:30:48 +0000 (00:30 +0100)]
Updated logging HOWTO section on optimization.

11 years agoSkip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSD
Gregory P. Smith [Sun, 1 Jun 2014 22:28:11 +0000 (15:28 -0700)]
Skip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSD
when fdescfs is not mounted on /dev/fd.

11 years agoSkip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSD
Gregory P. Smith [Sun, 1 Jun 2014 22:27:28 +0000 (15:27 -0700)]
Skip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSD
when fdescfs is not mounted on /dev/fd.

11 years agoAttempt to fix the "too many open files" errors on several of the
Gregory P. Smith [Sun, 1 Jun 2014 22:16:16 +0000 (15:16 -0700)]
Attempt to fix the "too many open files" errors on several of the
buildbots that the new test_close_fds_when_max_fd_is_lowered test causes.
It now leaves 10 more low fd's available.

11 years agoAttempt to fix the "too many open files" errors on several of the
Gregory P. Smith [Sun, 1 Jun 2014 22:15:44 +0000 (15:15 -0700)]
Attempt to fix the "too many open files" errors on several of the
buildbots that the new test_close_fds_when_max_fd_is_lowered test causes.
It now leaves 10 more low fd's available.

11 years agomerge the end_fd comment fix and explicit wait() for the child.
Gregory P. Smith [Sun, 1 Jun 2014 20:47:34 +0000 (13:47 -0700)]
merge the end_fd comment fix and explicit wait() for the child.

11 years agoExplicitly wait for the child instead of letting a destructor do it.
Gregory P. Smith [Sun, 1 Jun 2014 20:46:54 +0000 (13:46 -0700)]
Explicitly wait for the child instead of letting a destructor do it.

11 years agoFix the comment to not refer to the removed end_fd parameter.
Gregory P. Smith [Sun, 1 Jun 2014 20:46:36 +0000 (13:46 -0700)]
Fix the comment to not refer to the removed end_fd parameter.

11 years agoDon't restrict ourselves to a "max" fd when closing fds before exec()
Gregory P. Smith [Sun, 1 Jun 2014 20:22:12 +0000 (13:22 -0700)]
Don't restrict ourselves to a "max" fd when closing fds before exec()
when we have a way to get an actual list of all open fds from the OS.

Fixes issue #21618: The subprocess module would ignore fds that were
inherited by the calling process and already higher than POSIX resource
limits would otherwise allow.  On systems with a functioning /proc/self/fd
or /dev/fd interface the max is now ignored and all fds are closed.

11 years agoDon't restrict ourselves to a "max" fd when closing fds before exec()
Gregory P. Smith [Sun, 1 Jun 2014 20:18:28 +0000 (13:18 -0700)]
Don't restrict ourselves to a "max" fd when closing fds before exec()
when we have a way to get an actual list of all open fds from the OS.

Fixes issue #21618: The subprocess module would ignore fds that were
inherited by the calling process and already higher than POSIX resource
limits would otherwise allow.  On systems with a functioning /proc/self/fd
or /dev/fd interface the max is now ignored and all fds are closed.

11 years agoIssue #21605: Added tests for Tkinter images.
Serhiy Storchaka [Sun, 1 Jun 2014 09:36:39 +0000 (12:36 +0300)]
Issue #21605: Added tests for Tkinter images.

11 years agoIssue #21605: Added tests for Tkinter images.
Serhiy Storchaka [Sun, 1 Jun 2014 09:34:56 +0000 (12:34 +0300)]
Issue #21605: Added tests for Tkinter images.

11 years agoAdded missed calls of splitlist().
Serhiy Storchaka [Sun, 1 Jun 2014 08:22:21 +0000 (11:22 +0300)]
Added missed calls of splitlist().

11 years agoAdded missed calls of splitlist().
Serhiy Storchaka [Sun, 1 Jun 2014 08:21:55 +0000 (11:21 +0300)]
Added missed calls of splitlist().

11 years agoRemove the obsolete MAXFD constant and Popen._close_fds() method.
Gregory P. Smith [Sun, 1 Jun 2014 07:33:35 +0000 (00:33 -0700)]
Remove the obsolete MAXFD constant and Popen._close_fds() method.
They should have been removed years ago when removing the old pure
Python implementation from the file.

11 years agoMerge with 3.4
Terry Jan Reedy [Sun, 1 Jun 2014 04:30:55 +0000 (00:30 -0400)]
Merge with 3.4

11 years agoIssue #21477: Update htest docstring and remove extraneous differences between
Terry Jan Reedy [Sun, 1 Jun 2014 04:30:34 +0000 (00:30 -0400)]
Issue #21477: Update htest docstring and remove extraneous differences between
2.7 and 3.4. Original patch by Saimadhav Heblikar.

11 years agomerge 3.4
Benjamin Peterson [Sat, 31 May 2014 20:17:15 +0000 (13:17 -0700)]
merge 3.4

11 years agogive the correct fixer name (closes #21604)
Benjamin Peterson [Sat, 31 May 2014 20:16:49 +0000 (13:16 -0700)]
give the correct fixer name (closes #21604)

11 years agoCloses #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch.
Vinay Sajip [Sat, 31 May 2014 07:19:12 +0000 (08:19 +0100)]
Closes #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch.

11 years agoIssue #21572: Change license command to fallback to generic license URL.
Ned Deily [Sat, 31 May 2014 06:47:41 +0000 (23:47 -0700)]
Issue #21572: Change license command to fallback to generic license URL.

11 years agoIssue #21572: Change license command to fallback to generic license URL.
Ned Deily [Sat, 31 May 2014 06:46:19 +0000 (23:46 -0700)]
Issue #21572: Change license command to fallback to generic license URL.

11 years agoFix a parameter name to make sense again
Brett Cannon [Fri, 30 May 2014 20:28:00 +0000 (16:28 -0400)]
Fix a parameter name to make sense again

11 years agoMerge with 3.4
Terry Jan Reedy [Fri, 30 May 2014 20:20:25 +0000 (16:20 -0400)]
Merge with 3.4

11 years agoIssue #21593: (from StackOverflow) minor doc clarification for re.search.
Terry Jan Reedy [Fri, 30 May 2014 20:19:59 +0000 (16:19 -0400)]
Issue #21593: (from StackOverflow) minor doc clarification for re.search.

11 years agoIssue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon [Fri, 30 May 2014 18:55:29 +0000 (14:55 -0400)]
Issue #20383: Introduce importlib.util.module_from_spec().

Along the way, dismantle importlib._bootstrap._SpecMethods as it was
no longer relevant and constructing the new function required
partially dismantling the class anyway.

11 years agoCloses #21608: Merged documentation update from 3.4.
Vinay Sajip [Fri, 30 May 2014 18:04:08 +0000 (19:04 +0100)]
Closes #21608: Merged documentation update from 3.4.

11 years agoIssue #21608: Updated HTTPHandler documentation.
Vinay Sajip [Fri, 30 May 2014 17:59:27 +0000 (18:59 +0100)]
Issue #21608: Updated HTTPHandler documentation.

11 years agoMove import.c to use Clinic file output.
Brett Cannon [Fri, 30 May 2014 15:21:14 +0000 (11:21 -0400)]
Move import.c to use Clinic file output.

11 years agoTest correct getXXX methods in Tkinter bigmem tests.
Serhiy Storchaka [Fri, 30 May 2014 12:55:12 +0000 (15:55 +0300)]
Test correct getXXX methods in Tkinter bigmem tests.
Tk.getint is just int, true Tk wrapper is available as Tk.tk.getint.

11 years agoTest correct getXXX methods in Tkinter bigmem tests.
Serhiy Storchaka [Fri, 30 May 2014 12:54:35 +0000 (15:54 +0300)]
Test correct getXXX methods in Tkinter bigmem tests.
Tk.getint is just int, true Tk wrapper is available as Tk.tk.getint.

11 years agoIssue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka [Fri, 30 May 2014 11:25:22 +0000 (14:25 +0300)]
Issue #21552: Fixed possible integer overflow of too long string lengths in
the tkinter module on 64-bit platforms.

11 years agoIssue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka [Fri, 30 May 2014 11:24:03 +0000 (14:24 +0300)]
Issue #21552: Fixed possible integer overflow of too long string lengths in
the tkinter module on 64-bit platforms.

11 years agoAdd tests for getint, getdouble and getboolean methods of the tkapp object.
Serhiy Storchaka [Fri, 30 May 2014 11:08:49 +0000 (14:08 +0300)]
Add tests for getint, getdouble and getboolean methods of the tkapp object.

11 years agoAdd tests for getint, getdouble and getboolean methods of the tkapp object.
Serhiy Storchaka [Fri, 30 May 2014 11:07:38 +0000 (14:07 +0300)]
Add tests for getint, getdouble and getboolean methods of the tkapp object.

11 years agoIssue #13742: Add key and reverse parameters to heapq.merge()
Raymond Hettinger [Fri, 30 May 2014 09:28:36 +0000 (02:28 -0700)]
Issue #13742:  Add key and reverse parameters to heapq.merge()

11 years agoFix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith [Fri, 30 May 2014 06:42:47 +0000 (23:42 -0700)]
Fix issue #14315: The zipfile module now ignores extra fields in the central
directory that are too short to be parsed instead of letting a struct.unpack
error bubble up as this "bad data" appears in many real world zip files in the
wild and is ignored by other zip tools.

11 years agoFix issue #14315: The zipfile module now ignores extra fields in the central
Gregory P. Smith [Fri, 30 May 2014 06:42:14 +0000 (23:42 -0700)]
Fix issue #14315: The zipfile module now ignores extra fields in the central
directory that are too short to be parsed instead of letting a struct.unpack
error bubble up as this "bad data" appears in many real world zip files in the
wild and is ignored by other zip tools.

11 years agoIssue #21226: Merge from 3.4.
Eric Snow [Thu, 29 May 2014 18:32:39 +0000 (12:32 -0600)]
Issue #21226: Merge from 3.4.

11 years agoIssue #21226: fix a ref leak.
Eric Snow [Thu, 29 May 2014 18:31:39 +0000 (12:31 -0600)]
Issue #21226: fix a ref leak.

11 years agoMerge with 3.4
Terry Jan Reedy [Thu, 29 May 2014 05:46:48 +0000 (01:46 -0400)]
Merge with 3.4

11 years agoIssue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.
Terry Jan Reedy [Thu, 29 May 2014 05:46:26 +0000 (01:46 -0400)]
Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.
Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.

11 years ago(Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
Victor Stinner [Wed, 28 May 2014 22:19:09 +0000 (00:19 +0200)]
(Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc

The function sets the the pipe to non-blocking mode.

11 years agoIssue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
Victor Stinner [Wed, 28 May 2014 22:14:03 +0000 (00:14 +0200)]
Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc

The function sets the the pipe to non-blocking mode.

11 years ago(Merge 3.4) Issue #21376: document asyncio.TimeoutError
Victor Stinner [Wed, 28 May 2014 22:05:13 +0000 (00:05 +0200)]
(Merge 3.4) Issue #21376: document asyncio.TimeoutError

11 years agoIssue #21376: document asyncio.TimeoutError
Victor Stinner [Wed, 28 May 2014 22:04:57 +0000 (00:04 +0200)]
Issue #21376: document asyncio.TimeoutError

11 years agoRestore performance of some dumb database methods (regression introduced by #19385).
Serhiy Storchaka [Wed, 28 May 2014 15:50:12 +0000 (18:50 +0300)]
Restore performance of some dumb database methods (regression introduced by #19385).

11 years agoRestore performance of some dumb database methods (regression introduced by #19385).
Serhiy Storchaka [Wed, 28 May 2014 15:49:52 +0000 (18:49 +0300)]
Restore performance of some dumb database methods (regression introduced by #19385).

11 years agoIssue #21402: tkinter.ttk now works when default root window is not set.
Serhiy Storchaka [Wed, 28 May 2014 15:42:05 +0000 (18:42 +0300)]
Issue #21402: tkinter.ttk now works when default root window is not set.

11 years agoIssue #21402: tkinter.ttk now works when default root window is not set.
Serhiy Storchaka [Wed, 28 May 2014 15:38:27 +0000 (18:38 +0300)]
Issue #21402: tkinter.ttk now works when default root window is not set.

11 years agoIssue #21493: Added test for ntpath.expanduser(). Original patch by
Serhiy Storchaka [Wed, 28 May 2014 15:14:03 +0000 (18:14 +0300)]
Issue #21493: Added test for ntpath.expanduser().  Original patch by
Claudiu Popa.

11 years agoIssue #21493: Added test for ntpath.expanduser(). Original patch by
Serhiy Storchaka [Wed, 28 May 2014 15:11:29 +0000 (18:11 +0300)]
Issue #21493: Added test for ntpath.expanduser().  Original patch by
Claudiu Popa.

11 years agoIssue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by
Serhiy Storchaka [Wed, 28 May 2014 13:57:55 +0000 (16:57 +0300)]
Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by
default.

11 years agoIssue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
Serhiy Storchaka [Wed, 28 May 2014 10:00:59 +0000 (13:00 +0300)]
Issue #10203: sqlite3.Row now truly supports sequence protocol.  In particulr
it supports reverse() and negative indices.  Original patch by Claudiu Popa.

11 years agoIssue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
Serhiy Storchaka [Wed, 28 May 2014 09:58:34 +0000 (12:58 +0300)]
Issue #10203: sqlite3.Row now truly supports sequence protocol.  In particulr
it supports reverse() and negative indices.  Original patch by Claudiu Popa.

11 years agoIssue #18807: Merged fix from 3.4.
Vinay Sajip [Wed, 28 May 2014 07:08:32 +0000 (08:08 +0100)]
Issue #18807: Merged fix from 3.4.

11 years agoIssue #18807: If copying (no symlinks) specified for a venv, then the python interpre...
Vinay Sajip [Wed, 28 May 2014 07:06:24 +0000 (08:06 +0100)]
Issue #18807: If copying (no symlinks) specified for a venv, then the python interpreter aliases (python, python3) are now created by copying rather than symlinking.

11 years agoFix for raising exception not derived from BaseException in _SelectorSslTransport...
Andrew Svetlov [Tue, 27 May 2014 18:25:31 +0000 (21:25 +0300)]
Fix for raising exception not derived from BaseException in _SelectorSslTransport.resume_reading

11 years agoFix for raising exception not derived from BaseException in _SelectorSslTransport...
Andrew Svetlov [Tue, 27 May 2014 18:24:43 +0000 (21:24 +0300)]
Fix for raising exception not derived from BaseException in _SelectorSslTransport.resume_reading

11 years agoMerge with 3.4
Terry Jan Reedy [Tue, 27 May 2014 07:31:32 +0000 (03:31 -0400)]
Merge with 3.4

11 years agoIssue #21477: Add htests for Search and Replace dialogs.
Terry Jan Reedy [Tue, 27 May 2014 07:30:54 +0000 (03:30 -0400)]
Issue #21477: Add htests for Search and Replace dialogs.
Patch by Saimadhav Heblikar.

11 years agomerge
Raymond Hettinger [Tue, 27 May 2014 05:21:11 +0000 (22:21 -0700)]
merge

11 years agoIssue 21439: Minor issues in the reference manual.
Raymond Hettinger [Tue, 27 May 2014 05:20:37 +0000 (22:20 -0700)]
Issue 21439:  Minor issues in the reference manual.

(Contributed by Feliks Kluzniak.)

11 years agoIssue 21575: Show list.sort() arguments in the tutorial.
Raymond Hettinger [Tue, 27 May 2014 01:44:04 +0000 (18:44 -0700)]
Issue 21575:  Show list.sort() arguments in the tutorial.

11 years agoMinor clean-ups for heapq.merge().
Raymond Hettinger [Tue, 27 May 2014 00:08:27 +0000 (17:08 -0700)]
Minor clean-ups for heapq.merge().

11 years agonull merge 3.4
Benjamin Peterson [Mon, 26 May 2014 22:53:56 +0000 (15:53 -0700)]
null merge 3.4

11 years agoa post 3.4.1 world
Benjamin Peterson [Mon, 26 May 2014 22:53:27 +0000 (15:53 -0700)]
a post 3.4.1 world

11 years agomerge 3.4
Benjamin Peterson [Mon, 26 May 2014 22:48:19 +0000 (15:48 -0700)]
merge 3.4

11 years agogrammar and sentence flow fix
Benjamin Peterson [Mon, 26 May 2014 22:48:12 +0000 (15:48 -0700)]
grammar and sentence flow fix

11 years agomerge 3.4
Benjamin Peterson [Mon, 26 May 2014 22:45:22 +0000 (15:45 -0700)]
merge 3.4

11 years agoformat reST directive in the usual way
Benjamin Peterson [Mon, 26 May 2014 22:45:14 +0000 (15:45 -0700)]
format reST directive in the usual way

11 years agomerge 3.4
Benjamin Peterson [Mon, 26 May 2014 22:42:44 +0000 (15:42 -0700)]
merge 3.4

11 years agolink to wikipedia description of cryptographic salt
Benjamin Peterson [Mon, 26 May 2014 22:42:29 +0000 (15:42 -0700)]
link to wikipedia description of cryptographic salt

11 years agooxford comma
Benjamin Peterson [Mon, 26 May 2014 22:41:26 +0000 (15:41 -0700)]
oxford comma

11 years agomerge 3.4 (#21587)
Benjamin Peterson [Mon, 26 May 2014 22:12:43 +0000 (15:12 -0700)]
merge 3.4 (#21587)

11 years agoremove tab (closes #21587)
Benjamin Peterson [Mon, 26 May 2014 22:12:28 +0000 (15:12 -0700)]
remove tab (closes #21587)

11 years agomerge 3.4 (#21586)
Benjamin Peterson [Mon, 26 May 2014 22:11:11 +0000 (15:11 -0700)]
merge 3.4 (#21586)

11 years agofix typo in variable name (closes #21586)
Benjamin Peterson [Mon, 26 May 2014 22:10:42 +0000 (15:10 -0700)]
fix typo in variable name (closes #21586)

11 years agoMinor clean-ups for heapq.
Raymond Hettinger [Mon, 26 May 2014 07:58:56 +0000 (00:58 -0700)]
Minor clean-ups for heapq.

11 years agomerge
Raymond Hettinger [Mon, 26 May 2014 07:44:35 +0000 (00:44 -0700)]
merge

11 years agoIssue #21481: Teach argparse equality tests to return NotImplemented when comparing...
Raymond Hettinger [Mon, 26 May 2014 07:43:27 +0000 (00:43 -0700)]
Issue #21481:  Teach argparse equality tests to return NotImplemented when comparing to unknown types.

11 years agomerge
Raymond Hettinger [Mon, 26 May 2014 07:14:14 +0000 (00:14 -0700)]
merge