Issue12277
Created on 2011-06-07 09:45 by Retro, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| docs_os_walk_add_comma.patch | petri.lehtinen, 2011-06-07 11:53 | review | ||
| Messages (15) | |||
|---|---|---|---|
| msg137795 - (view) | Author: Boštjan Mejak (Retro) | Date: 2011-06-07 09:45 | |
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 are ignored." So add a comma after "By default," Thanks. |
|||
| msg137815 - (view) | Author: Petri Lehtinen (petri.lehtinen) * ![]() |
Date: 2011-06-07 11:53 | |
Here's a patch. |
|||
| msg137853 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2011-06-07 16:59 | |
I have included this in a patch I’m preparing to fix several typos at once. |
|||
| msg139149 - (view) | Author: Sandro Tosi (sandro.tosi) * ![]() |
Date: 2011-06-26 07:51 | |
Marking the issue as pending (inferred from Éric msg): Éric, will this be in your July big-push? :) |
|||
| msg140027 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2011-07-08 14:01 | |
“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. |
|||
| msg145782 - (view) | Author: Petri Lehtinen (petri.lehtinen) * ![]() |
Date: 2011-10-18 08:32 | |
Éric: It's been 3 months now. Have you already committed the big documentation issues change? |
|||
| msg145785 - (view) | Author: Boštjan Mejak (Retro) | Date: 2011-10-18 08:48 | |
Yes, Eric, please fix this already. :) |
|||
| msg145790 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2011-10-18 10:02 | |
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/7e57c95898d3 New changeset 09a1bd44d96f by Ezio Melotti in branch '2.7': #12277: add missing comma. http://hg.python.org/cpython/rev/09a1bd44d96f |
|||
| msg145791 - (view) | Author: Ezio Melotti (ezio.melotti) * ![]() |
Date: 2011-10-18 10:05 | |
Done. |
|||
| msg145821 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2011-10-18 15:58 | |
Sorry, I was too busy with real bugs to fix this minor one. |
|||
| msg148008 - (view) | Author: Boštjan Mejak (Retro) | Date: 2011-11-20 21:24 | |
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. |
|||
| msg148031 - (view) | Author: Petri Lehtinen (petri.lehtinen) * ![]() |
Date: 2011-11-21 07:00 | |
> Please fix Python 2.6 branch of docs as well. Thanks. 2.6 only receives security fixes any more. |
|||
| msg148050 - (view) | Author: Boštjan Mejak (Retro) | Date: 2011-11-21 15:01 | |
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's an act of an idiot. I am sorry, but that is how I see it. |
|||
| msg148053 - (view) | Author: Ezio Melotti (ezio.melotti) * ![]() |
Date: 2011-11-21 15:04 | |
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 enough to justify this extra work. |
|||
| msg148067 - (view) | Author: Benjamin Peterson (benjamin.peterson) * ![]() |
Date: 2011-11-21 18:06 | |
The reason is simply that 2.6 basically unmaintained. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:18 | admin | set | github: 56486 |
| 2011-11-21 18:06:15 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages: + msg148067 |
| 2011-11-21 15:04:11 | ezio.melotti | set | messages: + msg148053 |
| 2011-11-21 15:01:01 | Retro | set | messages: + msg148050 |
| 2011-11-21 07:00:24 | petri.lehtinen | set | messages:
+ msg148031 versions: + Python 2.7, Python 3.2, Python 3.3, - Python 2.6 |
| 2011-11-21 05:31:40 | georg.brandl | set | status: open -> closed |
| 2011-11-20 21:25:12 | Retro | set | status: closed -> open versions: + Python 2.6, - Python 2.7, Python 3.2, Python 3.3 |
| 2011-11-20 21:24:19 | Retro | set | messages: + msg148008 |
| 2011-10-18 15:58:15 | eric.araujo | set | messages: + msg145821 |
| 2011-10-18 10:05:12 | ezio.melotti | set | status: open -> closed assignee: eric.araujo -> ezio.melotti nosy:
+ ezio.melotti |
| 2011-10-18 10:02:25 | python-dev | set | nosy:
+ python-dev messages: + msg145790 |
| 2011-10-18 08:48:19 | Retro | set | messages: + msg145785 |
| 2011-10-18 08:32:10 | petri.lehtinen | set | messages: + msg145782 |
| 2011-07-08 14:01:49 | eric.araujo | set | status: pending -> open messages: + msg140027 |
| 2011-06-26 07:51:43 | sandro.tosi | set | status: open -> pending nosy:
+ sandro.tosi resolution: accepted |
| 2011-06-07 16:59:31 | eric.araujo | set | assignee: docs@python -> eric.araujo messages:
+ msg137853 |
| 2011-06-07 11:56:43 | petri.lehtinen | set | versions: - Python 3.1 |
| 2011-06-07 11:56:32 | petri.lehtinen | set | versions: - Python 2.6, Python 3.4 |
| 2011-06-07 11:53:11 | petri.lehtinen | set | files:
+ docs_os_walk_add_comma.patch nosy:
+ petri.lehtinen keywords: + patch |
| 2011-06-07 09:45:50 | Retro | create | |

