Staging
v0.5.1
https://github.com/python/cpython
Revision 7d80bd19096726dabde3effa8af89ec62365c0c0 authored by Senthil Kumaran on 27 June 2011, 06:48:23 UTC, committed by Senthil Kumaran on 27 June 2011, 06:48:23 UTC
1 parent b34705f
Raw File
Tip revision: 7d80bd19096726dabde3effa8af89ec62365c0c0 authored by Senthil Kumaran on 27 June 2011, 06:48:23 UTC
Fix closes issue 11568 - update select.epoll.register docstring with mention of correct behavior.
Tip revision: 7d80bd1
_time.h
/* XXX: It is probably best to move timefuncs.h content in here, and
   remove it but user code may rely on it. */
#include "timefuncs.h"
back to top