[issue10872] Add mode to TextIOWrapper repr

2014-04-28 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: accepted -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailin

[issue10872] Add mode to TextIOWrapper repr

2013-03-14 Thread Ezio Melotti
Ezio Melotti added the comment: Should this still be backported on 2.7? -- keywords: +easy nosy: +ezio.melotti ___ Python tracker ___

[issue10872] Add mode to TextIOWrapper repr

2011-07-07 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue10872] Add mode to TextIOWrapper repr

2011-01-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: Committed in r87897. Left open for backport. -- assignee: pitrou -> resolution: -> accepted stage: -> committed/rejected type: feature request -> behavior versions: +Python 2.7, Python 3.1 -Python 3.2 ___ Python t

[issue10872] Add mode to TextIOWrapper repr

2011-01-09 Thread Georg Brandl
Georg Brandl added the comment: LGTM. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue10872] Add mode to TextIOWrapper repr

2011-01-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a patch. -- keywords: +patch Added file: http://bugs.python.org/file20328/textiorepr.patch ___ Python tracker ___ _

[issue10872] Add mode to TextIOWrapper repr

2011-01-09 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- components: +IO nosy: +amaury.forgeotdarc, benjamin.peterson type: -> feature request ___ Python tracker ___ _

[issue10872] Add mode to TextIOWrapper repr

2011-01-09 Thread Georg Brandl
New submission from Georg Brandl : The old file type had its mode in the repr(), which I think was useful; TextIOWrapper doesn't. Can we add it back? -- assignee: pitrou messages: 125836 nosy: georg.brandl, pitrou priority: normal severity: normal status: open title: Add mode to TextIO