[issue12277] Missing comma in os.walk docs

2011-11-21 Thread Benjamin Peterson
Benjamin Peterson added the comment: The reason is simply that 2.6 basically unmaintained. -- nosy: +benjamin.peterson ___ Python tracker ___ ___

[issue12277] Missing comma in os.walk docs

2011-11-21 Thread Ezio Melotti
Ezio Melotti added the comment: It's not because of the security risk, but simply because the docs for 2.6 are not rebuilt automatically anymore. So, even if we fix it on 2.6, no one will see the change unless someone goes and triggers a full doc rebuild manually. A missing comma is not eno

[issue12277] Missing comma in os.walk docs

2011-11-21 Thread Boštjan Mejak
Boštjan Mejak added the comment: That is simply idiotic. Your way of fixing things is idiotic. When you clearly see the missing comma and you fix it everywhere else but 2.6 because "2.6 only receives security fixes" as if adding a comma to the documentation would create a big security hole. That

[issue12277] Missing comma in os.walk docs

2011-11-20 Thread Petri Lehtinen
Petri Lehtinen added the comment: > Please fix Python 2.6 branch of docs as well. Thanks. 2.6 only receives security fixes any more. -- versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6 ___ Python tracker

[issue12277] Missing comma in os.walk docs

2011-11-20 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue12277] Missing comma in os.walk docs

2011-11-20 Thread Boštjan Mejak
Boštjan Mejak added the comment: http://docs.python.org/release/2.6.7/library/os.html?highlight=os.walk#os.walk Please fix Python 2.6 branch of docs as well. Thanks. -- ___ Python tracker

[issue12277] Missing comma in os.walk docs

2011-11-20 Thread Boštjan Mejak
Changes by Boštjan Mejak : -- status: closed -> open versions: +Python 2.6 -Python 2.7, Python 3.2, Python 3.3 ___ Python tracker ___

[issue12277] Missing comma in os.walk docs

2011-10-18 Thread Éric Araujo
Éric Araujo added the comment: Sorry, I was too busy with real bugs to fix this minor one. -- ___ Python tracker ___ ___ Python-bugs-

[issue12277] Missing comma in os.walk docs

2011-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset b41def1851b6 by Ezio Melotti in branch '3.2': #12277: add missing comma. http://hg.python.org/cpython/rev/b41def1851b6 New changeset 7e57c95898d3 by Ezio Melotti in branch 'default': #12277: merge with 3.2. http://hg.python.org/cpython/rev/7e57c958

[issue12277] Missing comma in os.walk docs

2011-10-18 Thread Ezio Melotti
Ezio Melotti added the comment: Done. -- assignee: eric.araujo -> ezio.melotti nosy: +ezio.melotti resolution: accepted -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker

[issue12277] Missing comma in os.walk docs

2011-10-18 Thread Boštjan Mejak
Boštjan Mejak added the comment: Yes, Eric, please fix this already. :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue12277] Missing comma in os.walk docs

2011-10-18 Thread Petri Lehtinen
Petri Lehtinen added the comment: Éric: It's been 3 months now. Have you already committed the big documentation issues change? -- ___ Python tracker ___ __

[issue12277] Missing comma in os.walk docs

2011-07-08 Thread Éric Araujo
Éric Araujo added the comment: “pending” does not mean “soon to be fixed”, but “soon to be closed if nobody reacts”. In the future, we may have auto-closing of pending bugs. -- status: pending -> open ___ Python tracker

[issue12277] Missing comma in os.walk docs

2011-06-26 Thread Sandro Tosi
Sandro Tosi added the comment: Marking the issue as pending (inferred from Éric msg): Éric, will this be in your July big-push? :) -- nosy: +sandro.tosi resolution: -> accepted stage: -> commit review status: open -> pending ___ Python tracker

[issue12277] Missing comma in os.walk docs

2011-06-07 Thread Éric Araujo
Éric Araujo added the comment: I have included this in a patch I’m preparing to fix several typos at once. -- assignee: docs@python -> eric.araujo nosy: +eric.araujo ___ Python tracker

[issue12277] Missing comma in os.walk docs

2011-06-07 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- versions: -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue12277] Missing comma in os.walk docs

2011-06-07 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- versions: -Python 2.6, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue12277] Missing comma in os.walk docs

2011-06-07 Thread Petri Lehtinen
Petri Lehtinen added the comment: Here's a patch. -- keywords: +patch nosy: +petri.lehtinen Added file: http://bugs.python.org/file22272/docs_os_walk_add_comma.patch ___ Python tracker

[issue12277] Missing comma in os.walk docs

2011-06-07 Thread Boštjan Mejak
New submission from Boštjan Mejak : http://docs.python.org/release/2.6.6/library/os.html?highlight=os.walk#os.walk Click the above link and note the 5th paragraph which goes "By default errors from the listdir() call are ignored." Please fix it to "By default, errors from the listdir() call ar