From: Brett Cannon Date: Sun, 28 Oct 2012 15:46:51 +0000 (-0400) Subject: Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so X-Git-Tag: v3.3.1rc1~730 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f873d7c20e9b87e13b27d0eff34c5f50358d4105;p=thirdparty%2FPython%2Fcpython.git Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so don't ignore it if it's still there. --- diff --git a/.hgignore b/.hgignore index a01a17857b18..967699c9fd58 100644 --- a/.hgignore +++ b/.hgignore @@ -47,7 +47,6 @@ libpython*.so* *.pyd *.cover *~ -Lib/_sysconfigdata.py Lib/lib2to3/*.pickle Lib/test/data/* Misc/*.wpu