[issue11118] Fix python3 None export

2011-02-04 Thread Martin v . Löwis
Martin v. Löwis added the comment: Thanks for the quick review. Committed as r88333. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ __

[issue11118] Fix python3 None export

2011-02-04 Thread Georg Brandl
Georg Brandl added the comment: Me too. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue11118] Fix python3 None export

2011-02-04 Thread Brian Curtin
Brian Curtin added the comment: Looks fine to me. -- nosy: +brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue11118] Fix python3 None export

2011-02-04 Thread Martin v . Löwis
New submission from Martin v. Löwis : The None export of python3.dll is bogus; attached is a fix. This also regenerates python3stub.def, which contained some exports that had already been deleted from python3.def. -- files: none.diff keywords: patch messages: 127917 nosy: georg.brandl,