[issue22651] Open file in a+ mode reads from end of file in Python 3.4

2017-01-25 Thread Caitlin
Caitlin added the comment: Yeah, the workaround seemed to work for me when trying to open file on http://buywebsitetrafficreviews.org/, but this should be fixed somehow anyway. -- nosy: +caitlinwalker37 ___ Python tracker <http://bugs.python.

[issue19212] Invitation to connect on LinkedIn

2013-10-09 Thread Caitlin Potter
New submission from Caitlin Potter: LinkedIn Python, I'd like to add you to my professional network on LinkedIn. - Caitlin Caitlin Potter Freelance Developer at freelance software developer "self employed" Toronto, Canada Area Confirm that you know Caitli

[issue17647] subprocess.communicate() should preserve colored output on Windows

2013-04-12 Thread Caitlin Potter
Caitlin Potter added the comment: Sorry Terry, gmail hides it by default, didn't notice. -- ___ Python tracker <http://bugs.python.org/issue17647> ___ ___

[issue17647] subprocess.communicate() should preserve colored output on Windows

2013-04-12 Thread Caitlin Potter
Caitlin Potter added the comment: A suggestion to work around this from #waf on freenode: http://codepad.org/1Y8K9e2m So it is probably not a big deal and can be wrapped up. But still it would be nice if Windows had native support for ANSI colours. On Fri, Apr 12, 2013 at 2:08 PM, Terry J

[issue17647] subprocess.communicate() should preserve colored output on Windows

2013-04-07 Thread Caitlin Potter
Caitlin Potter added the comment: Then perhaps nothing can be done from the python side of things, that's too bad. On Sun, Apr 7, 2013 at 4:38 PM, Richard Oudkerk wrote: > > Richard Oudkerk added the comment: > > On 07/04/2013 9:02pm, Caitlin Potter wrote: > > I'm n

[issue17647] subprocess.communicate() should preserve colored output on Windows

2013-04-07 Thread Caitlin Potter
Caitlin Potter added the comment: > however I've tested this same test program in a > development environment, *unix* development environment (xterm, ubuntu 12.04), rather. -- ___ Python tracker <http://bugs.python.

[issue17647] subprocess.communicate() should preserve colored output on Windows

2013-04-07 Thread Caitlin Potter
Caitlin Potter added the comment: I'm not entirely positive that it would be doable, but looking at the subprocess code, it looks like we do have an open handle to the windows stdout buffer, including buffer attributes, so it should be possible to translate coloured attributes into ANSI

[issue17647] subprocess.communicate() should preserve colored output on Windows

2013-04-06 Thread Caitlin Potter
New submission from Caitlin Potter: In migrating from GNU autoconf/automake build systems to a python-based build system (Waf), I've been slightly annoyed that coloured text output from unit test programs is lost on the windows platform (the gtest framework uses ::SetConsoleTextAttribu

[issue8962] IOError: [Errno 13] permission denied

2010-06-10 Thread Caitlin Kavanaugh
New submission from Caitlin Kavanaugh : Hi, I'm new to python, so I'm sorry if my explanation is terribly concise, I'm trying to explain it with fairly limited terminology. I have been attempting to write data out to a file, yet I continually receive the error: IOError: [Errno