summaryrefslogtreecommitdiffstats
path: root/Lib/pkgutil.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-06-15 02:57:40 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-06-15 02:57:40 (GMT)
commitdf6dc8f10770f92db68c69d87abe7c89774d128c (patch)
tree3665b0314420c8ae6e7c8931ef89757f44b1ca35 /Lib/pkgutil.py
parent979f31172890fcfa45e5e23c461b1517a49dbf3b (diff)
downloadcpython-df6dc8f10770f92db68c69d87abe7c89774d128c.zip
cpython-df6dc8f10770f92db68c69d87abe7c89774d128c.tar.gz
cpython-df6dc8f10770f92db68c69d87abe7c89774d128c.tar.bz2
Merged revisions 64286 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ................ r64286 | benjamin.peterson | 2008-06-14 21:31:05 -0500 (Sat, 14 Jun 2008) | 49 lines Merged revisions 63661,63666,63695,63711,63729,63769,63790,63880,63886 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r63661 | georg.brandl | 2008-05-26 05:26:20 -0500 (Mon, 26 May 2008) | 2 lines Add import fixes for dbm package. ........ r63666 | georg.brandl | 2008-05-26 05:49:09 -0500 (Mon, 26 May 2008) | 2 lines Add xmlrpc package fixes. ........ r63695 | georg.brandl | 2008-05-26 10:14:33 -0500 (Mon, 26 May 2008) | 2 lines Add fixer entries for http package. ........ r63711 | benjamin.peterson | 2008-05-26 13:43:51 -0500 (Mon, 26 May 2008) | 2 lines add import mapping for test.test_support -> test.support ........ r63729 | benjamin.peterson | 2008-05-26 16:31:03 -0500 (Mon, 26 May 2008) | 2 lines mapping for commands module -> subprocess ........ r63769 | brett.cannon | 2008-05-29 00:13:13 -0500 (Thu, 29 May 2008) | 1 line Fixer for UserString.UserString over to the collections module. ........ r63790 | brett.cannon | 2008-05-29 14:13:51 -0500 (Thu, 29 May 2008) | 4 lines Add a fixer for UserList. Closes issue #2878. Thanks to Quentin Gallet-Gilles for the patch. ........ r63880 | collin.winter | 2008-06-01 18:09:38 -0500 (Sun, 01 Jun 2008) | 6 lines Move lib2to3/fixes/{basefix,util}.py down to lib2to3/. This is step 1 of turning lib2to3/ into a general-purpose refactoring library, reusable by other projects. ........ r63886 | collin.winter | 2008-06-01 22:15:01 -0500 (Sun, 01 Jun 2008) | 5 lines Allow refactoring tools to specify a directory for fixer modules. This is step 2 of turning lib2to3/ into a general-purpose refactoring library, reusable by other projects. Step 1: r63880. ........ ................
Diffstat (limited to 'Lib/pkgutil.py')
0 files changed, 0 insertions, 0 deletions
">= sizeof(CMakeStaticAssert<sizeof(LETTER_LIST1) == sizeof("A,B,C,D")>), StringLiteralTest4 = sizeof(CMakeStaticAssert<sizeof(LETTER_LIST2) == sizeof("A,,B,,C,,D")>), StringLiteralTest5 = sizeof(CMakeStaticAssert<sizeof(LETTER_LIST3) == sizeof("A,-B,-C,-D")>), StringLiteralTest6 = sizeof(CMakeStaticAssert<sizeof(LETTER_LIST4) == sizeof("A-,-B-,-C-,-D")>), StringLiteralTest7 = sizeof(CMakeStaticAssert<sizeof(LETTER_LIST5) == sizeof("A-,B-,C-,D")>) #endif }; #ifdef TEST_GENERATOR_EXPRESSIONS #ifndef CMAKE_IS_DECLARATIVE #error Expect declarative definition #endif #ifdef GE_NOT_DEFINED #error Expect not defined generator expression #endif #ifndef ARGUMENT #error Expected define expanded from list #endif #ifndef LIST #error Expected define expanded from list #endif #ifndef PREFIX_DEF1 #error Expect PREFIX_DEF1 #endif #ifndef PREFIX_DEF2 #error Expect PREFIX_DEF2 #endif #ifndef LINK_CXX_DEFINE #error Expected LINK_CXX_DEFINE #endif #ifndef LINK_LANGUAGE_IS_CXX #error Expected LINK_LANGUAGE_IS_CXX #endif #ifdef LINK_C_DEFINE #error Unexpected LINK_C_DEFINE #endif #ifdef LINK_LANGUAGE_IS_C #error Unexpected LINK_LANGUAGE_IS_C #endif // TEST_GENERATOR_EXPRESSIONS #endif #ifndef BUILD_IS_DEBUG #error "BUILD_IS_DEBUG not defined!" #endif #ifndef BUILD_IS_NOT_DEBUG #error "BUILD_IS_NOT_DEBUG not defined!" #endif // Check per-config definitions. #ifdef TEST_CONFIG_DEBUG #if !BUILD_IS_DEBUG #error "BUILD_IS_DEBUG false with TEST_CONFIG_DEBUG!" #endif #if BUILD_IS_NOT_DEBUG #error "BUILD_IS_NOT_DEBUG true with TEST_CONFIG_DEBUG!" #endif #else #if BUILD_IS_DEBUG #error "BUILD_IS_DEBUG true without TEST_CONFIG_DEBUG!" #endif #if !BUILD_IS_NOT_DEBUG #error "BUILD_IS_NOT_DEBUG false without TEST_CONFIG_DEBUG!" #endif #endif int main(int argc, char** argv) { return 0; }