[Python-Dev] Fix for frame_setlineno() in frameobject.c function

2008-12-05 Thread Fabien . Bouleau
b)[offset+1]; if (line >= new_lineno) { new_lasti = addr; new_lineno = line; It would be nice to fix it for Python 2.5 and above, in order to have a proper MSI installer for Windows. Best regards, Fabien Bouleau DISCLAIMER:

[Python-Dev] PEP and stdlib

2006-01-12 Thread Fabien Schwob
hing, but it lead to the creation of a lot of API incompatible modules. Why not using PEP in order to create standard API like the Java world do with JSRs (Java Specification Requests) ? What do you think about that ? -- Fabien ___ Python-Dev mai

Re: [Python-Dev] Draft proposal: Implicit self in Python 3.0

2006-01-06 Thread Fabien Schwob
he use of self in the code of the method is a good thing because it allow you to clearly say that you are working on a class property. In my case, I would like to have the following syntax in Python 3.0 : class Foo: def __init__(x): self.x = x def bar(a, b): print self.

Re: [Python-Dev] Divorcing str and unicode (no more implicitconversions).

2005-10-29 Thread Fabien Schwob
> FWIW, being French, I don't remember hearing any programmer wish (s)he > could use non-ASCII identifiers, in any programming language. But > arguably translitteration is very straight-forward (although a bit > lossless at times ;-)). > > I think typeability and reproduceability should be weighte

Re: [Python-Dev] bug in urlparse

2005-09-04 Thread Fabien Schwob
table. Ok, so I would try do dev my own fonction. Mainly because on some web pages that I manipulate (for example [1]) there are more "../" than possible. [1] http://linuxfr.org/~pterjan/19252.html -- Fabien SCHWOB ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

[Python-Dev] bug in urlparse

2005-09-04 Thread Fabien Schwob
tml It's what is done in most web browser. So I would like to know if it's a bug or not. If it is, I would try to code and to submit a patch. -- Fabien SCHWOB ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/

[Python-Dev] New python developer

2005-06-29 Thread Fabien
Hello, I'm using Python for about 2 years, and I would like to go further in python developement. So that's why I've subscribed to python-dev. And since I'm not very good in C, I think I will try to help and to submit patchs in pure python. -- Fabien SCHWOB (and sorry for