[issue9354] file_wrapper fails to provide getsockopt()

2010-07-28 Thread Georg Brandl
Georg Brandl added the comment: Applied in r83201. Thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue9354] file_wrapper fails to provide getsockopt()

2010-07-27 Thread Éric Araujo
Éric Araujo added the comment: Looks good to me. -- nosy: +merwok stage: -> commit review ___ Python tracker ___ ___ Python-bugs-list

[issue9354] file_wrapper fails to provide getsockopt()

2010-07-27 Thread Łukasz Langa
Łukasz Langa added the comment: Patch updated to conform with the new test layout by Ezio Melotti. Implementation now also doesn't use assertions but regular exceptions. -- Added file: http://bugs.python.org/file18222/issue9354.diff ___ Python track

[issue9354] file_wrapper fails to provide getsockopt()

2010-07-27 Thread Łukasz Langa
Changes by Łukasz Langa : Removed file: http://bugs.python.org/file18149/issue9354.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue9354] file_wrapper fails to provide getsockopt()

2010-07-23 Thread Łukasz Langa
Changes by Łukasz Langa : -- title: fire_wrapper fails to provide getsockopt() -> file_wrapper fails to provide getsockopt() ___ Python tracker ___ __