[issue17402] In mmap doc examples map() is shadowed

2013-03-12 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report and the patches! (py.user, if you specify your real name, next time I can give you credits too.) -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed __

[issue17402] In mmap doc examples map() is shadowed

2013-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset c226133b1493 by Ezio Melotti in branch '2.7': #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. http://hg.python.org/cpython/rev/c226133b1493 New changeset df27ea4bdebd by Ezio Melotti in branch '3.2': #17402: avoi

[issue17402] In mmap doc examples map() is shadowed

2013-03-12 Thread py.user
Changes by py.user : Added file: http://bugs.python.org/file29390/mm.patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue17402] In mmap doc examples map() is shadowed

2013-03-12 Thread py.user
py.user added the comment: how about "mm" ? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue17402] In mmap doc examples map() is shadowed

2013-03-12 Thread Aman Shah
Aman Shah added the comment: Corrected map -> mymap. -- keywords: +patch nosy: +Aman.Shah Added file: http://bugs.python.org/file29386/issue17402.patch ___ Python tracker ___ ___

[issue17402] In mmap doc examples map() is shadowed

2013-03-12 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ezio.melotti stage: -> needs patch type: performance -> enhancement versions: +Python 2.7, Python 3.2, Python 3.4 ___ Python tracker

[issue17402] In mmap doc examples map() is shadowed

2013-03-12 Thread py.user
New submission from py.user: http://docs.python.org/3/library/mmap.html examples use map as a name for the mmap object -- assignee: docs@python components: Documentation messages: 184015 nosy: docs@python, py.user priority: normal severity: normal status: open title: In mmap doc example