[issue19627] python open built-in function - "updating" is not defined

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue19627] python open built-in function - "updating" is not defined

2014-03-12 Thread Georg Brandl
Georg Brandl added the comment: Can this be closed? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue19627] python open built-in function - "updating" is not defined

2014-03-11 Thread Éric Araujo
Éric Araujo added the comment: Edited slightly and committed, thank you! -- assignee: docs@python -> eric.araujo resolution: -> fixed stage: needs patch -> committed/rejected ___ Python tracker ___

[issue19627] python open built-in function - "updating" is not defined

2014-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1f823c1559bd by Éric Araujo in branch '2.7': Define what “updating” means in docs for open (#19627). http://hg.python.org/cpython/rev/1f823c1559bd -- nosy: +python-dev ___ Python tracker

[issue19627] python open built-in function - "updating" is not defined

2014-03-10 Thread Lina Clark
Lina Clark added the comment: I uploaded a patch to reflect reading and writing in the python 2.7 documentation for 'updating'. -- keywords: +patch nosy: +linaclark Added file: http://bugs.python.org/file34347/function_doc.patch ___ Python tracker <

[issue19627] python open built-in function - "updating" is not defined

2014-02-13 Thread Ezio Melotti
Ezio Melotti added the comment: This seems to be in 3.3 already, so only 2.7 is left. -- keywords: +easy stage: -> needs patch versions: +Python 2.7 ___ Python tracker ___ _

[issue19627] python open built-in function - "updating" is not defined

2013-11-24 Thread Bulwersator
Bulwersator added the comment: yes, "open a disk file for updating (reading and writing)" is a good explanation -- ___ Python tracker ___

[issue19627] python open built-in function - "updating" is not defined

2013-11-24 Thread Ezio Melotti
Ezio Melotti added the comment: Is the doc in 3.4 (http://docs.python.org/3.4/library/functions.html#open) clear enough? If so it could be backported on 2.7/3.3. -- nosy: +ezio.melotti type: -> enhancement ___ Python tracker

[issue19627] python open built-in function - "updating" is not defined

2013-11-22 Thread Éric Araujo
Éric Araujo added the comment: Would you like to propose a patch to the documentation? It’s possible that “updating” is explained in one place but not everywhere (doc for open, doc for io, doc about file objects). -- nosy: +eric.araujo ___ Python t

[issue19627] python open built-in function - "updating" is not defined

2013-11-16 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue19627] python open built-in function - "updating" is not defined

2013-11-16 Thread Bulwersator
New submission from Bulwersator: see http://stackoverflow.com/questions/1466000/python-open-built-in-function-difference-between-modes-a-a-w-w-and-r - "The Python docs conveniently leave out the crucial explanation that "open the file for updating" means "opens the file for both reading and wr