[issue12484] The Py_InitModule functions no longer exist, but remain in the docs

2011-07-03 Thread Alejandro Santos
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

[issue12484] The Py_InitModule functions no longer exist, but remain in the docs

2011-07-03 Thread Alejandro Santos
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

[issue6845] Restart support in binary upload for ftplib

2009-09-21 Thread Alejandro Santos
Changes by Alejandro Santos : -- nosy: +alejolp ___ Python tracker <http://bugs.python.org/issue6845> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6400] incorrect commands import

2009-07-02 Thread Alejandro Santos
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

[issue6400] incorrect commands import

2009-07-02 Thread Alejandro Santos
Alejandro Santos added the comment: Thanks! -- ___ Python tracker <http://bugs.python.org/issue6400> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6406] NameError on 2to3 tool

2009-07-03 Thread Alejandro Santos
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

[issue6406] NameError on 2to3 tool

2009-07-03 Thread Alejandro Santos
Alejandro Santos added the comment: Thanks!! -- ___ Python tracker <http://bugs.python.org/issue6406> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6408] 2to3: Local package import

2009-07-03 Thread Alejandro Santos
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

[issue6408] 2to3: Local package import

2009-07-03 Thread Alejandro Santos
Alejandro Santos added the comment: Nice, Thanks! -- ___ Python tracker <http://bugs.python.org/issue6408> ___ ___ Python-bugs-list mailing list Unsubscribe: