Re: [Python-Dev] When should pathlib stop being provisional?

2016-04-07 Thread Christophe Bal
As a simple user, pathlib simplifies playing with paths. A lot of things are easy to do. For example, Pathlib / "subfile" is so useful. I also have a subclass of pathlib.Path on github that makes easy seeking for files and directories. So keep alive pathlib ! Le 6 avr. 2016 13:06, "Paul Moore" a

[Python-Dev] Translate Python language

2015-11-11 Thread Christophe Bal
sh regular version. Where should I start ? My idea is not to build a new language but simply translate words using an hacked version of the AST tools. Hoping to be clear and I do not pollute the message in this list. *Christophe BAL* *Enseignant de mathématiques en Lycée **et développeur Pyth

[Python-Dev] Sub-claasing pathlib.Path seems impossible

2015-05-02 Thread Christophe Bal
/anaconda/lib/python3.4/pathlib.py", line 582, in _parse_args > return cls._flavour.parse_parts(parts)AttributeError: type object 'PPath' > has no attribute '_flavour' > > This breaks the sub-classing from Python point of view. In the post <http://stackove