On Wed, Nov 11, 2015 at 5:13 PM, Christophe Bal wrote:
> Hello.
>
> I'm a french teacher and I would like to use Python with young child but
> I've a big problem. All the keyword are in english. So I would like to know
> if there is a way to hack the AST tools such as to use french keywords and
>
Whats wrong with:
>>> sysconfig.get_config_var('Py_DEBUG')
0
Nir
On Fri, Oct 2, 2015 at 10:18 AM, Victor Stinner
wrote:
> Hi,
>
> I created the issue "Add sys.debug_build public variable to check if
> Python was compiled in debug mode": http://bugs.python.org/issue25256
>
> I would like to add
On Sat, Sep 25, 2010 at 1:36 AM, James Y Knight wrote:
>
> An OSX code sketch is available here (summary: call FSPathMakeRef to get an
> FSRef from a path string, then FSRefMakePath to make it back into a path,
> which will then have the correct case). And note that it only works if the
> file act
eaning of the path
if it contains symbolic links!"
The function docstring does not contain this note:
"""Normalize path, eliminating double slashes, etc."""
And finally, there is no test for this symbolic link problem.
Anyone has a clue about this?
Best