Martin v. Löwis <mar...@v.loewis.de> added the comment:

It's probably best to rewrite these functions in the way the SDK Example 
section works (i.e. CreateFile/ReadFile) instead of _open/_read (*). As Amaury 
says, the warnings are harmless: the file numbers will always be in range, as 
_open created them that way (in fact, they will most likely be below 20 or so).

(*) They must have changed the SDK docs over time; IIRC, I already copied the 
current text (using _open) from the SDK docs back then.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9784>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to