diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-09-04 14:25:30 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-09-04 14:25:30 (GMT) |
commit | 42e459ef4374081db6a7093b61dd69a19c4b57d0 (patch) | |
tree | eff9f241bee890f0f85a417e2b99f5f3f6af881e | |
parent | 3ff227562810fd52e79d990d29339e03b96ce150 (diff) | |
download | cpython-42e459ef4374081db6a7093b61dd69a19c4b57d0.zip cpython-42e459ef4374081db6a7093b61dd69a19c4b57d0.tar.gz cpython-42e459ef4374081db6a7093b61dd69a19c4b57d0.tar.bz2 |
Added NEWS
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ C-API Library ------- +- Issue #3762: platform.architecture() fails if python is lanched via + its symbolic link. + - Issue #3772: Fixed regression problem in StreamHandler.emit(). - Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module |