]> granicus.if.org Git - python/commitdiff
Issue #17071: Signature.bind() now works when one of the keyword arguments is named...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Jan 2013 20:21:56 +0000 (21:21 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 29 Jan 2013 20:21:56 +0000 (21:21 +0100)
1  2 
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS

diff --cc Lib/inspect.py
Simple merge
Simple merge
diff --cc Misc/NEWS
index beee1c39f73499de242b4876a918c8a1767eacf9,66bdb03a2ca04ea2e94df195fc9d0ec230a87443..0ddfc0c5b4c25756d73bb466464823730ca3eab2
+++ b/Misc/NEWS
@@@ -239,11 -170,6 +242,11 @@@ Librar
  - Issue #12004: Fix an internal error in PyZipFile when writing an invalid
    Python file.  Patch by Ben Morgan.
  
- Have py_compile use importlib as much as possible to avoid code duplication.
++- Have py_compile use importlib as much as possible to avoid code duplication.
 +
 +- Issue #180022: Have site.addpackage() consider already known paths even when
 +  none are explicitly passed in. Bug report and fix by Kirill.
 +
  - Issue #1602133: on Mac OS X a shared library build (``--enable-shared``)
    now fills the ``os.environ`` variable correctly.