diff options
author | doko@python.org <doko@python.org> | 2013-01-25 14:35:12 (GMT) |
---|---|---|
committer | doko@python.org <doko@python.org> | 2013-01-25 14:35:12 (GMT) |
commit | 454ea92a4cbae62fcf7ef836a3792294ddbdf1f5 (patch) | |
tree | 0523e17a335133fb799b88f9755ae6388744c115 /Misc | |
parent | 900475f5f6dea63d8c3e09e79c5d5c3e84397787 (diff) | |
parent | 96a9f89b2d67caf622c311e567d068a24962762a (diff) | |
download | cpython-454ea92a4cbae62fcf7ef836a3792294ddbdf1f5.zip cpython-454ea92a4cbae62fcf7ef836a3792294ddbdf1f5.tar.gz cpython-454ea92a4cbae62fcf7ef836a3792294ddbdf1f5.tar.bz2 |
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -749,6 +749,8 @@ Tests Build ----- +- Issue #3754: fix typo in pthread AC_CACHE_VAL. + - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; use _PYTHON_PROJECT_BASE in distutils/sysconfig.py. |