[issue9949] os.path.realpath on Windows does not follow symbolic links

2012-07-22 Thread Atsuo Ishimoto
Atsuo Ishimoto ishim...@gembook.org added the comment: Yet another patch to support symlink on Windows. -- nosy: +ishimoto Added file: http://bugs.python.org/file26487/issue9949.patch ___ Python tracker rep...@bugs.python.org

[issue15250] document that filecmp.dircmp comparisons are shallow

2012-07-22 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset f6ce142c2fce by Senthil Kumaran in branch '3.2': - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. http://hg.python.org/cpython/rev/f6ce142c2fce New

[issue15250] document that filecmp.dircmp comparisons are shallow

2012-07-22 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 3921d3c71e64 by Senthil Kumaran in branch '2.7': Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. http://hg.python.org/cpython/rev/3921d3c71e64 --

[issue15430] Improve filecmp documentation

2012-07-22 Thread Senthil Kumaran
New submission from Senthil Kumaran sent...@uthcode.com: filecmp.rst could see some improvements which are easy and useful too. It was discussed in Issue15250 and a patch is attached. -- assignee: orsenthil components: Documentation files: Issue15250.patch keywords: easy, patch

[issue15250] document that filecmp.dircmp comparisons are shallow

2012-07-22 Thread Senthil Kumaran
Senthil Kumaran sent...@uthcode.com added the comment: This is taken care. Rest of documentation improvements could be dealt with in Issue15430. Thanks, Chris. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed

[issue7003] finish documentation of user local paths

2012-07-22 Thread Kirubakaran Athmanathan
Kirubakaran Athmanathan pyb...@kirubakaran.com added the comment: This issue is present only in 3.0 and not in 3.2, 3.3 or 2.7. Since 3.0 is no longer maintained, I hope that this can be closed. Refer: http://docs.python.org/dev/library/site.html

[issue7003] finish documentation of user local paths

2012-07-22 Thread Senthil Kumaran
Changes by Senthil Kumaran sent...@uthcode.com: -- resolution: - invalid stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7003 ___

[issue15350] {urllib,urllib.parse}.urlencode.__doc__ is unclear

2012-07-22 Thread Senthil Kumaran
Changes by Senthil Kumaran sent...@uthcode.com: -- assignee: - orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15350 ___ ___

[issue7578] Behavior of operations on a closed file object is not documented correctly

2012-07-22 Thread Kirubakaran Athmanathan
Kirubakaran Athmanathan pyb...@kirubakaran.com added the comment: Looks like this was fixed in 3.3 in the commit 72890:a22d94547570 Should this issue be closed? -- nosy: +kirubakaran ___ Python tracker rep...@bugs.python.org

[issue15250] document that filecmp.dircmp comparisons are shallow

2012-07-22 Thread Chris Jerdonek
Chris Jerdonek chris.jerdo...@gmail.com added the comment: Thanks a lot for committing this for me Senthil. And thanks also for creating a separate issue for the other changes. I appreciate it. -- ___ Python tracker rep...@bugs.python.org

[issue15430] Improve filecmp documentation

2012-07-22 Thread Chris Jerdonek
Chris Jerdonek chris.jerdo...@gmail.com added the comment: Some comments on the patch: + The buffer size value which will be used to read the file contents. Defaults + to 8192 bytes. I would consider including the units for the value here (e.g. The buffer size value in bytes...). + When

[issue13252] new decumulate() function in itertools module

2012-07-22 Thread Raymond Hettinger
Changes by Raymond Hettinger raymond.hettin...@gmail.com: -- assignee: - rhettinger priority: normal - low ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13252 ___

[issue14578] importlib doesn't check Windows registry for paths

2012-07-22 Thread Brian Curtin
Brian Curtin br...@python.org added the comment: I'm not sure what the deal is but I can't get the changes to apply (fitting Amaury's patch into _boostrap.py), meaning nothing I change to the _boostrap.py file changes how anything operates. I don't have much time to learn all of this stuff

[issue15376] Refactor the test_runpy walk_package support code into a common location

2012-07-22 Thread Chris Jerdonek
Chris Jerdonek chris.jerdo...@gmail.com added the comment: I created issue 15415 and uploaded a patch there with this issue in mind. test_runpy contains supporting _make_pkg() and _del_pkg() methods that, among other things, create and delete a temp directory. That logic would be better

<    1   2