]> granicus.if.org Git - python/log
python
13 years agoadd ThreadError to threading.__all__ (closes #12679)
Benjamin Peterson [Tue, 2 Aug 2011 18:05:47 +0000 (13:05 -0500)]
add ThreadError to threading.__all__ (closes #12679)

13 years ago#12670: merge with 3.2
Sandro Tosi [Tue, 2 Aug 2011 14:44:31 +0000 (16:44 +0200)]
#12670: merge with 3.2

13 years ago#12183: merge with 3.2.
Ezio Melotti [Tue, 2 Aug 2011 14:42:24 +0000 (17:42 +0300)]
#12183: merge with 3.2.

13 years ago#12670: Fix struct code after forward declaration on ctypes doc
Sandro Tosi [Tue, 2 Aug 2011 14:17:14 +0000 (16:17 +0200)]
#12670: Fix struct code after forward declaration on ctypes doc

13 years agoCorrected attribute docstring per pep-257 (reference #10639)
Jason R. Coombs [Tue, 2 Aug 2011 12:19:31 +0000 (08:19 -0400)]
Corrected attribute docstring per pep-257 (reference #10639)

13 years agoFix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch...
Senthil Kumaran [Tue, 2 Aug 2011 10:52:28 +0000 (18:52 +0800)]
Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen.

13 years agoFix closes Issue12676 - Invalid identifier used in TypeError message in http.client.
Senthil Kumaran [Tue, 2 Aug 2011 10:34:53 +0000 (18:34 +0800)]
Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client.
Reported by Popa Claudiu and Patch by Santoso Wijaya.

13 years agoFix closes Issue12676 - Invalid identifier used in TypeError message in http.client.
Senthil Kumaran [Tue, 2 Aug 2011 10:33:41 +0000 (18:33 +0800)]
Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client.
Reported by Popa Claudiu and Patch by Santoso Wijaya.

13 years agoClean up description of Tools/scripts/run_tests.py.
Nadeem Vawda [Tue, 2 Aug 2011 08:16:45 +0000 (10:16 +0200)]
Clean up description of Tools/scripts/run_tests.py.

Also, add an entry for the script in Tools/scripts/README.

13 years agoIssue #11049: fix test_forget to work on installed Python, by using a temporary modul...
Eli Bendersky [Tue, 2 Aug 2011 03:24:31 +0000 (06:24 +0300)]
Issue #11049: fix test_forget to work on installed Python, by using a temporary module for import/forget

13 years agoMerge 68b5f87566fb
Stefan Krah [Mon, 1 Aug 2011 23:12:16 +0000 (01:12 +0200)]
Merge 68b5f87566fb

13 years agoSkip test_getsetlocale_issue1813() on Fedora due to setlocale() bug.
Stefan Krah [Mon, 1 Aug 2011 23:06:16 +0000 (01:06 +0200)]
Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug.
See: https://bugzilla.redhat.com/show_bug.cgi?id=726536

13 years agoIssue #11651: Move options for running tests into a Python script.
Nadeem Vawda [Mon, 1 Aug 2011 21:48:26 +0000 (23:48 +0200)]
Issue #11651: Move options for running tests into a Python script.

This will be particularly useful to Windows users.

run_tests.py originally written by Brett Cannon.

13 years agoMerge with 3.2
Georg Brandl [Mon, 1 Aug 2011 20:59:40 +0000 (22:59 +0200)]
Merge with 3.2

13 years agoUse attribute access instead of index access for namedtuple.
Georg Brandl [Mon, 1 Aug 2011 20:58:53 +0000 (22:58 +0200)]
Use attribute access instead of index access for namedtuple.

13 years agoMerge #12295 fix from 3.2
Éric Araujo [Mon, 1 Aug 2011 15:31:12 +0000 (17:31 +0200)]
Merge #12295 fix from 3.2

13 years agoFix resource warning when looking at turtledemo’s help (#12295)
Éric Araujo [Mon, 1 Aug 2011 15:29:36 +0000 (17:29 +0200)]
Fix resource warning when looking at turtledemo’s help (#12295)

13 years agoFix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti)
Éric Araujo [Mon, 1 Aug 2011 13:29:07 +0000 (15:29 +0200)]
Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti)

13 years agoMerge 3.2
Éric Araujo [Mon, 1 Aug 2011 12:45:01 +0000 (14:45 +0200)]
Merge 3.2

13 years agoBranch merge
Éric Araujo [Mon, 1 Aug 2011 12:44:17 +0000 (14:44 +0200)]
Branch merge

13 years agoBranch merge
Éric Araujo [Mon, 1 Aug 2011 12:43:45 +0000 (14:43 +0200)]
Branch merge

13 years agoCloses #12667: Merged fix from 3.2.
Vinay Sajip [Mon, 1 Aug 2011 10:32:49 +0000 (11:32 +0100)]
Closes #12667: Merged fix from 3.2.

13 years agoCloses #12667: Added documentation for SMTPHandler secure argument.
Vinay Sajip [Mon, 1 Aug 2011 10:31:52 +0000 (11:31 +0100)]
Closes #12667: Added documentation for SMTPHandler secure argument.

13 years agoMerge typo fix.
Ezio Melotti [Sun, 31 Jul 2011 19:50:01 +0000 (22:50 +0300)]
Merge typo fix.

13 years agoFix typo reported by Sandro Tosi.
Ezio Melotti [Sun, 31 Jul 2011 19:49:18 +0000 (22:49 +0300)]
Fix typo reported by Sandro Tosi.

13 years agoStop trying to write into the stdlib during packaging tests (#12331).
Éric Araujo [Sun, 31 Jul 2011 18:47:47 +0000 (20:47 +0200)]
Stop trying to write into the stdlib during packaging tests (#12331).

This prevents tests from failing when run from a Python installed in a
read-only directory.  The code is a bit uglier; shutil.copytree calls
copystat on directories behind our back, so I had to add an os.walk
with os.chmod (*and* os.path.join!) calls.  shutil, I am disappoint.

This changeset is dedicated to the hundreds of neurons that were lost
while I was debugging this on an otherwise fine afternoon.

13 years agoSmall cleanup
Éric Araujo [Sun, 31 Jul 2011 16:41:25 +0000 (18:41 +0200)]
Small cleanup

13 years agoMerge fixes for #9860, #11104/#8688 and #12331 from 3.2
Éric Araujo [Sun, 31 Jul 2011 16:33:00 +0000 (18:33 +0200)]
Merge fixes for #9860, #11104/#8688 and #12331 from 3.2

13 years agoStop trying to write into the stdlib during lib2to3 tests (#12331).
Éric Araujo [Sun, 31 Jul 2011 15:58:46 +0000 (17:58 +0200)]
Stop trying to write into the stdlib during lib2to3 tests (#12331).

This prevents tests from failing when run from a Python installed in a
read-only directory.

13 years agoFix build error in _curses module when not using libncursesw.
Nadeem Vawda [Sun, 31 Jul 2011 13:01:11 +0000 (15:01 +0200)]
Fix build error in _curses module when not using libncursesw.

Code extracted from Victor Stinner's patch for issue #12567.

13 years agoOops, "make buildbottest" isn't supposed to use -j0.
Nadeem Vawda [Sun, 31 Jul 2011 11:58:05 +0000 (13:58 +0200)]
Oops, "make buildbottest" isn't supposed to use -j0.

13 years agousing support.transient_internet helper method in the urllib2net test.
Senthil Kumaran [Sun, 31 Jul 2011 03:46:24 +0000 (11:46 +0800)]
using support.transient_internet helper method in the urllib2net test.

13 years agousing support.transient_internet helper method in the urllib2net test.
Senthil Kumaran [Sun, 31 Jul 2011 03:45:14 +0000 (11:45 +0800)]
using support.transient_internet helper method in the urllib2net test.

13 years agoFix regression with distutils MANIFEST handing (#11104, #8688).
Éric Araujo [Sun, 31 Jul 2011 02:06:12 +0000 (04:06 +0200)]
Fix regression with distutils MANIFEST handing (#11104, #8688).

The changed behavior of sdist in 3.1 broke packaging for projects that
wanted to use a manually-maintained MANIFEST file (instead of having a
MANIFEST.in template and letting distutils generate the MANIFEST).

The fixes that were committed for #8688 (76643c286b9f by Tarek and
d54da9248ed9 by me) did not fix all issues exposed in the bug report,
and also added one problem: the MANIFEST file format gained comments,
but the read_manifest method was not updated to handle (i.e. ignore)
them.  This changeset should fix everything; the tests have been
expanded and I successfully tested the 2.7 version with Mercurial, which
suffered from this regression.

I have grouped the versionchanged directives for these bugs in one place
and added micro version numbers to help users know the quirks of the
exact version they’re using.

Initial report, thorough diagnosis and patch by John Dennis, further
work on the patch by Stephen Thorne, and a few edits and additions by
me.

13 years agomerge heads.
Senthil Kumaran [Sun, 31 Jul 2011 01:14:53 +0000 (09:14 +0800)]
merge heads.

13 years agoAddressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib...
Senthil Kumaran [Sun, 31 Jul 2011 01:14:17 +0000 (09:14 +0800)]
Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst

13 years agoIssue #11651: Improve Makefile test targets.
Nadeem Vawda [Sat, 30 Jul 2011 23:09:04 +0000 (01:09 +0200)]
Issue #11651: Improve Makefile test targets.

- Use -j0 option by default
- Remove duplicate test run in "make test" and "make testuniversal"
- Remove "make memtest" altogether

13 years agotest_smtpnet: Skip STARTTLS test if the server doesn't support it.
Nadeem Vawda [Sat, 30 Jul 2011 21:46:54 +0000 (23:46 +0200)]
test_smtpnet: Skip STARTTLS test if the server doesn't support it.

This issue can arise with ISPs that redirect all connections on port 25 to
their own (crappy) mail servers.

13 years agoLet “make patchcheck” work for out-of-dir builds (#9860)
Éric Araujo [Sat, 30 Jul 2011 19:34:04 +0000 (21:34 +0200)]
Let “make patchcheck” work for out-of-dir builds (#9860)

13 years ago#12531: merge with 3.2.
Ezio Melotti [Sat, 30 Jul 2011 18:26:40 +0000 (21:26 +0300)]
#12531: merge with 3.2.

13 years ago#12531: Fix spaces and markup.
Ezio Melotti [Sat, 30 Jul 2011 18:25:22 +0000 (21:25 +0300)]
#12531: Fix spaces and markup.

13 years agotransition move technically correct to obviously so
Benjamin Peterson [Sat, 30 Jul 2011 17:26:27 +0000 (12:26 -0500)]
transition move technically correct to obviously so

13 years agowe can call singleton types now
Benjamin Peterson [Sat, 30 Jul 2011 15:03:09 +0000 (10:03 -0500)]
we can call singleton types now

13 years agomerge 3.2
Benjamin Peterson [Sat, 30 Jul 2011 15:00:02 +0000 (10:00 -0500)]
merge 3.2

13 years agoadd space
Benjamin Peterson [Sat, 30 Jul 2011 14:59:50 +0000 (09:59 -0500)]
add space

13 years agodocument NotImplemented
Benjamin Peterson [Sat, 30 Jul 2011 14:57:24 +0000 (09:57 -0500)]
document NotImplemented

13 years agomerge from 3.2 - heads
Eli Bendersky [Sat, 30 Jul 2011 08:37:06 +0000 (11:37 +0300)]
merge from 3.2 - heads

13 years agomerging Georg's revision
Eli Bendersky [Sat, 30 Jul 2011 08:36:41 +0000 (11:36 +0300)]
merging Georg's revision

13 years agoMerge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. Patch...
Eli Bendersky [Sat, 30 Jul 2011 08:24:38 +0000 (11:24 +0300)]
Merge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen

13 years agoIssue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri...
Eli Bendersky [Sat, 30 Jul 2011 08:14:32 +0000 (11:14 +0300)]
Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen

13 years agoMerge with 3.2.
Georg Brandl [Sat, 30 Jul 2011 07:01:03 +0000 (09:01 +0200)]
Merge with 3.2.

13 years agoChange test.support docs to be more specific about the nature of this module.
Georg Brandl [Sat, 30 Jul 2011 07:00:48 +0000 (09:00 +0200)]
Change test.support docs to be more specific about the nature of this module.

13 years agoMerge from 3.2: Issue #12531: add index entries to documentation of * and ** in funct...
Eli Bendersky [Sat, 30 Jul 2011 04:07:29 +0000 (07:07 +0300)]
Merge from 3.2: Issue #12531: add index entries to documentation of * and ** in function calls

13 years agoIssue #12531: add index entries to documentation of * and ** in function calls
Eli Bendersky [Sat, 30 Jul 2011 04:05:16 +0000 (07:05 +0300)]
Issue #12531: add index entries to documentation of * and ** in function calls

13 years agomerge 3.2
Benjamin Peterson [Sat, 30 Jul 2011 03:44:51 +0000 (22:44 -0500)]
merge 3.2

13 years agoremove duplicated type ready
Benjamin Peterson [Sat, 30 Jul 2011 03:44:42 +0000 (22:44 -0500)]
remove duplicated type ready

13 years agomerge heads
Benjamin Peterson [Sat, 30 Jul 2011 03:44:14 +0000 (22:44 -0500)]
merge heads

13 years agoplug refleak
Benjamin Peterson [Sat, 30 Jul 2011 03:43:45 +0000 (22:43 -0500)]
plug refleak

13 years agofixing the smtplib.rst whitespaces.
Senthil Kumaran [Sat, 30 Jul 2011 02:58:30 +0000 (10:58 +0800)]
fixing the smtplib.rst whitespaces.

13 years agomerge heads.
Senthil Kumaran [Sat, 30 Jul 2011 02:57:28 +0000 (10:57 +0800)]
merge heads.

13 years agoFix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the...
Senthil Kumaran [Sat, 30 Jul 2011 02:56:50 +0000 (10:56 +0800)]
Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine.

13 years agoalso make NotImplementedType callable
Benjamin Peterson [Fri, 29 Jul 2011 23:27:44 +0000 (18:27 -0500)]
also make NotImplementedType callable

13 years agomerge heads
Benjamin Peterson [Fri, 29 Jul 2011 23:20:35 +0000 (18:20 -0500)]
merge heads

13 years agomake the types of None and Ellipsis callable
Benjamin Peterson [Fri, 29 Jul 2011 23:19:43 +0000 (18:19 -0500)]
make the types of None and Ellipsis callable

13 years agoIssue #12626: In regrtest, allow to filter tests using a glob filter
Antoine Pitrou [Fri, 29 Jul 2011 21:57:10 +0000 (23:57 +0200)]
Issue #12626: In regrtest, allow to filter tests using a glob filter
with the `-m` (or `--match`) option.  This works with all test cases
using the unittest module.  This is useful with long test suites
such as test_io or test_subprocess.

13 years agoIssue #12626: In regrtest, allow to filter tests using a glob filter
Antoine Pitrou [Fri, 29 Jul 2011 21:53:38 +0000 (23:53 +0200)]
Issue #12626: In regrtest, allow to filter tests using a glob filter
with the `-m` (or `--match`) option.  This works with all test cases
using the unittest module.  This is useful with long test suites
such as test_io or test_subprocess.

13 years agobytes -> bytearray
Benjamin Peterson [Fri, 29 Jul 2011 19:24:29 +0000 (14:24 -0500)]
bytes -> bytearray

13 years agobytes should be verboten in sum() (fixes #12654)
Benjamin Peterson [Fri, 29 Jul 2011 19:23:47 +0000 (14:23 -0500)]
bytes should be verboten in sum() (fixes #12654)

13 years agoIssue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:
Charles-François Natali [Fri, 29 Jul 2011 17:00:38 +0000 (19:00 +0200)]
Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:
fix it. Patch by Petri Lehtinen.

13 years agoIssue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:
Charles-François Natali [Fri, 29 Jul 2011 16:59:24 +0000 (18:59 +0200)]
Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:
fix it. Patch by Petri Lehtinen.

13 years agoMerge from 3.2 (#9254, #8982, #9788)
Éric Araujo [Fri, 29 Jul 2011 16:10:12 +0000 (18:10 +0200)]
Merge from 3.2 (#9254, #8982, #9788)

13 years agoDocument that atexit execution order is undefined (#9788)
Éric Araujo [Fri, 29 Jul 2011 16:04:24 +0000 (18:04 +0200)]
Document that atexit execution order is undefined (#9788)

13 years agoAdd a link target for argparse.Namespace (#8982)
Éric Araujo [Fri, 29 Jul 2011 15:59:17 +0000 (17:59 +0200)]
Add a link target for argparse.Namespace (#8982)

13 years agoLet the doc of __import__ link to importlib (#9254).
Éric Araujo [Fri, 29 Jul 2011 15:50:58 +0000 (17:50 +0200)]
Let the doc of __import__ link to importlib (#9254).

importlib.import_module eschews a number of issues that __import__ has.
Reviewed by Brett Cannon.  (The docstring of __import__ was already
updated in 3d490c3a019e, for #7397.)

13 years agoMerge fix for #8887 from 3.2
Éric Araujo [Fri, 29 Jul 2011 15:38:23 +0000 (17:38 +0200)]
Merge fix for #8887 from 3.2

13 years agoMake “pydoc somebuiltin.somemethod” work (#8887)
Éric Araujo [Fri, 29 Jul 2011 15:03:55 +0000 (17:03 +0200)]
Make “pydoc somebuiltin.somemethod” work (#8887)

13 years agoMerge fix for reindent.py
Jason R. Coombs [Fri, 29 Jul 2011 13:32:25 +0000 (09:32 -0400)]
Merge fix for reindent.py

13 years agoIssue #10639: spec_newline wasn't defined globally unless main() was called; now...
Jason R. Coombs [Fri, 29 Jul 2011 13:31:56 +0000 (09:31 -0400)]
Issue #10639: spec_newline wasn't defined globally unless main() was called; now spec_newline is set at module import/execution

13 years agoExpand shlex.quote example (#9723)
Éric Araujo [Fri, 29 Jul 2011 13:08:42 +0000 (15:08 +0200)]
Expand shlex.quote example (#9723)

13 years agoMerge 3.2
Éric Araujo [Fri, 29 Jul 2011 12:34:51 +0000 (14:34 +0200)]
Merge 3.2

13 years agoBranch merge
Éric Araujo [Fri, 29 Jul 2011 12:30:03 +0000 (14:30 +0200)]
Branch merge

13 years agoBranch merge
Éric Araujo [Fri, 29 Jul 2011 12:24:08 +0000 (14:24 +0200)]
Branch merge

13 years agoIssue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger [Fri, 29 Jul 2011 07:08:19 +0000 (00:08 -0700)]
Issue 12514: Use try/finally to assure that timeit restores GC when done.

13 years agoIssue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger [Fri, 29 Jul 2011 07:02:04 +0000 (00:02 -0700)]
Issue 12514: Use try/finally to assure that timeit restores GC when done.

13 years agoMerge from 3.2: Issue #12644: document the '%a' conversion in the old string formatti...
Eli Bendersky [Fri, 29 Jul 2011 06:33:50 +0000 (09:33 +0300)]
Merge from 3.2: Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti

13 years agoIssue #12644: document the '%a' conversion in the old string formatting operations...
Eli Bendersky [Fri, 29 Jul 2011 06:30:42 +0000 (09:30 +0300)]
Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti

13 years agoIssue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.
Eli Bendersky [Fri, 29 Jul 2011 04:05:08 +0000 (07:05 +0300)]
Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.
As a side effect, this now allows the rjust, ljust and center methods of
bytes and bytearray to accept a bytearray argument.

Patch by Petri Lehtinen

13 years agoChange one line I missed in 7527f3f9829
Éric Araujo [Fri, 29 Jul 2011 01:28:40 +0000 (03:28 +0200)]
Change one line I missed in 7527f3f9829

13 years agoMinor packaging cleanup.
Éric Araujo [Fri, 29 Jul 2011 00:37:21 +0000 (02:37 +0200)]
Minor packaging cleanup.

- Use shortcut dist.version instead of going through metadata;
- Use %r throughout to display project names and paths.

13 years agoMake TypeError message from Command.__init__ more useful
Éric Araujo [Fri, 29 Jul 2011 00:32:41 +0000 (02:32 +0200)]
Make TypeError message from Command.__init__ more useful

13 years agoLet all pysetup actions return a meaningful 0 or 1 exit code (#12222).
Éric Araujo [Fri, 29 Jul 2011 00:31:39 +0000 (02:31 +0200)]
Let all pysetup actions return a meaningful 0 or 1 exit code (#12222).

This will help scripts calling pysetup know if a command failed.
Printing/logging was also made more consistent, and a few things were
cleaned up.  In particular, the error/Ctrl-C handling was moved from the
_run function up to the main function.

The run action is not fixed yet; it returns the dist.Distribution
instance, which is needed by test_uninstall and not trivial to fix.

13 years agoLet pysetup list exit with a non-zero code when no result is found (#11409).
Éric Araujo [Fri, 29 Jul 2011 00:20:39 +0000 (02:20 +0200)]
Let pysetup list exit with a non-zero code when no result is found (#11409).

“pysetup list” or “pysetup list --all” will continue to return 0 if no
distribution is found (it’s not an error), but “pysetup list
some.project” will now exit with 1 if no matching installed distribution
is found.  Based on a patch by Kelsey Hightower.

13 years agoMerge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)
Éric Araujo [Fri, 29 Jul 2011 01:11:09 +0000 (03:11 +0200)]
Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)

13 years agoModernize modulefinder module and tests a bit.
Éric Araujo [Thu, 28 Jul 2011 21:35:29 +0000 (23:35 +0200)]
Modernize modulefinder module and tests a bit.

The tests don’t use an internal distutils function anymore, and use
regular assertEqual with sorted lists instead of a convoluted manual
diff.

13 years agoFix reST role and missing word
Éric Araujo [Thu, 28 Jul 2011 21:10:25 +0000 (23:10 +0200)]
Fix reST role and missing word

13 years agoBranch merge
Éric Araujo [Thu, 28 Jul 2011 21:08:11 +0000 (23:08 +0200)]
Branch merge

13 years agoMerge profile docs followup (#12417) from 3.1
Éric Araujo [Thu, 28 Jul 2011 21:00:14 +0000 (23:00 +0200)]
Merge profile docs followup (#12417) from 3.1

13 years agoRemove mentions of previous license in profile module docs (#12417 followup).
Éric Araujo [Thu, 28 Jul 2011 20:56:24 +0000 (22:56 +0200)]
Remove mentions of previous license in profile module docs (#12417 followup).

Also remove an extra docstring.

13 years agoTurn raw URI into real link
Éric Araujo [Thu, 28 Jul 2011 20:50:18 +0000 (22:50 +0200)]
Turn raw URI into real link

13 years agoUpdate documentation for shutil.move (#12043) and fix a few typos.
Éric Araujo [Thu, 28 Jul 2011 20:49:11 +0000 (22:49 +0200)]
Update documentation for shutil.move (#12043) and fix a few typos.

Adding Sandro Tosi to Doc/ACKS for this patch and all his work on the
docs mailing list and on the bug tracker.