io.TextIOWrapper and io.RawIOBase

2021-09-26 Thread Iwan Aucamp
Documentation for `io.TextIOWrapper` [[1]] suggests that the buffer supplied to the constructor should be of `io.BufferedIOBase` type: > A buffered text stream over a `BufferedIOBase` binary stream. Looking at the implementation of `io.TextIOWrapper` in both `Modules/_io/textio.c` [[2]] and `Lib/

Issue combining gzip and subprocess

2009-07-21 Thread Iwan Vosloo
have an explanation / can you suggest a nice solution for doing what we are trying to do? Regards - Iwan -- http://mail.python.org/mailman/listinfo/python-list

Re: How to debug this import problem?

2009-05-11 Thread Iwan
ended that modules would be re- imported. Why certain of our code managed to still get to the classes contained in prior imports is still a mystery though. -Iwan -- http://mail.python.org/mailman/listinfo/python-list

Re: How to debug this import problem?

2009-05-09 Thread Iwan
ads the tests that have to be run. This loading happens 3 times, and the module is imported 3 times - each time as a result of loading tests. This happens with the following line: module = __import__(moduleName, globals(), locals(), [className]) I was wondering whether this could have something to do

How to debug this import problem?

2009-05-08 Thread Iwan Vosloo
to isolate the exact one which is the problem. This code incidentally also runs in a virtualenv environment AND uses setuptools. None of these complications can be removed... Regards - Iwan -- http://mail.python.org/mailman/listinfo/python-list

awrkawrprpkar

2007-09-13 Thread Iwan
http://www.martin-stosch-superstar.wg.am/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Structuring larger applications - ideas

2005-05-16 Thread Iwan Vosloo
I know my foreign (to python) one class per module idea is what makes life more difficult for me here. And there is an argument to be made out that it is a stupid remnant I stick to from having used it in other programming languages (do I have to admit C++ in my background?) Two small examples o

Re: Structuring larger applications - ideas

2005-05-16 Thread Iwan Vosloo
I know my foreign (to python) one class per module idea is what makes life more difficult for me here. And there is an argument to be made out that it is a stupid remnant I stick to from having used it in other programming languages (do I have to admit C++ in my background?) Two small examples o

Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent

2005-03-05 Thread Iwan van der Kleyn
os are *not* a gimmick, for example) - an enthousiastic, supportive user community (that alone is an incredible help and time saver) have fun, Iwan -- http://mail.python.org/mailman/listinfo/python-list

Re: Python evolution: Unease

2005-01-04 Thread Iwan van der Kleyn
"structure" to Python. My personal preference would be to leave the language alone for a while and to improve its infrastructure. Regards, Iwan -- http://mail.python.org/mailman/listinfo/python-list

Python evolution: Unease

2005-01-03 Thread Iwan van der Kleyn
he way foreward for Python: more features, increased complexity, less dynamism. Lots of syntax crud, without addressing the need to improve the infrastructure around the language. In short: I symphatize Patrick Logan's feeling: http://patricklogan.blogspot.com/2005/01/road-to-ruin.html Re