[issue27546] Integrate tkinter and asyncio (and async)

2016-07-17 Thread Maxime S
Maxime S added the comment: I've signed the CLA. -- ___ Python tracker <http://bugs.python.org/issue27546> ___ ___ Python-bugs-list mailing list Unsubscr

[issue23562] file.read() followed by file.write() result in incorrect behavior

2015-03-02 Thread Maxime S
New submission from Maxime S: Observed Behavior: $python3 Python 3.5.0a1+ (default, Mar 2 2015, 14:30:05) [GCC 4.6.3] on linux Type "help", "copyright", "credits" or "license" for more information. >>> f = open("test", "w+"