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

Issue combining gzip and subprocess

2009-07-21 Thread Iwan Vosloo
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
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
, 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 with it? Regards - Iwan -- http://mail.python.org/mailman

How to debug this import problem?

2009-05-08 Thread Iwan Vosloo
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

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

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

2005-03-05 Thread Iwan van der Kleyn
) - 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
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
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 Regards, Iwan van der Kleyn -- http://mail.python.org/mailman/listinfo/python