Staging
v0.5.1
https://github.com/python/cpython
Revision d3e6c9e4dcf3fd4e97a2526164cc7e28766b8e6d authored by Serhiy Storchaka on 14 November 2016, 17:25:44 UTC, committed by Serhiy Storchaka on 14 November 2016, 17:25:44 UTC
non-integer numbers.  Django tests depend on this.
1 parent 2167666
Raw File
Tip revision: d3e6c9e4dcf3fd4e97a2526164cc7e28766b8e6d authored by Serhiy Storchaka on 14 November 2016, 17:25:44 UTC
Issue #28563: Make plural form selection more lenient and accepting
Tip revision: d3e6c9e
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top