[issue11750] Mutualize win32 functions

sbt report at bugs.python.org
Sun Apr 15 19:52:23 CEST 2012


sbt <shibturn at gmail.com> added the comment:

> I think the module would be better named _win32, since that's the name
> of the API (like POSIX under Unix).

Changed in new patch.

> Also, it seems there are a couple of naming inconsistencies renaming
> (e.g. the overlapped wrapper is named "_multiprocessing.win32.Overlapped")

I've fixed that one (and changed the initial comment at the beginning of _win32.c), but I can't see any other.

I also removed a duplicate of getulong().

----------
Added file: http://bugs.python.org/file25224/win32_module.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11750>
_______________________________________


More information about the Python-bugs-list mailing list