Staging
v0.5.1
https://github.com/python/cpython
Revision 265281ac02d4ab82a8acdd38a1c38c4ecd9ce60d authored by Ezio Melotti on 27 March 2013, 18:11:55 UTC, committed by Ezio Melotti on 27 March 2013, 18:11:55 UTC
1 parent 7380a67
Raw File
Tip revision: 265281ac02d4ab82a8acdd38a1c38c4ecd9ce60d authored by Ezio Melotti on 27 March 2013, 18:11:55 UTC
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Tip revision: 265281a
_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