New submission from Alejandro Santos :
While the "Py_InitModule" does not exists on Py3k it is still mentioned on the
docs:
http://docs.python.org/py3k/extending/extending.html#keyword-parameters-for-extension-functions
http://docs.python.org/py3k/extending/windows.html#a-cookboo
Alejandro Santos added the comment:
The call is also present on the older 3.1 and "dev" release of the docs:
http://docs.python.org/release/3.1.3/extending/extending.html#keyword-parameters-for-extension-functions
http://docs.python.org/release/3.1.3/extending/windows.html#a-cookboo
Changes by Alejandro Santos :
--
nosy: +alejolp
___
Python tracker
<http://bugs.python.org/issue6845>
___
___
Python-bugs-list mailing list
Unsubscribe:
Alejandro Santos added the comment:
Sorry. Yes, there is an "__init__.py" script on the same level as the
"commands.py". I forgot to mention it.
/mymodule/commands.py
/mymodule/a.py
/mymodule/__init__.py
This is the real repository:
http://selenic.com/repo/hg/file/b8
Alejandro Santos added the comment:
Thanks!
--
___
Python tracker
<http://bugs.python.org/issue6400>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Alejandro Santos :
Using the -j switch of the 2to3 tool shiped with Python 3.1 final i'm
getting:
Traceback (most recent call last):
File "/home/alejo/apps/local/bin/2to3", line 6, in
sys.exit(main("lib2to3.fixes"))
File "/home/alejo/ap
Alejandro Santos added the comment:
Thanks!!
--
___
Python tracker
<http://bugs.python.org/issue6406>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Alejandro Santos :
The 2to3 tool shipped with Python 3.1 final doesn't handle correctly a
local package import (fixer fix_import). Test case:
$ find . -name '*.py'
./__init__.py
./a.py
./b/__init__.py
./b/m.py
$ 2to3 a.py
RefactoringTool: Skipping implici
Alejandro Santos added the comment:
Nice, Thanks!
--
___
Python tracker
<http://bugs.python.org/issue6408>
___
___
Python-bugs-list mailing list
Unsubscribe: