[issue29768] Fix expact version check

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 22e707fa04476710ba5cc7e2206e4ac66743931b by Serhiy Storchaka in branch 'master': bpo-29768: Fixed compile-time check for expat version. (#574) https://github.com/python/cpython/commit/22e707fa04476710ba5cc7e2206e4ac66743931b -- __

[issue29768] Fix expact version check

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 952b7cb78046f4bc3bf28cb7de84d1c6bcec45d7 by Serhiy Storchaka in branch '3.5': bpo-29768: Fixed compile-time check for expat version. (#574) (#578) https://github.com/python/cpython/commit/952b7cb78046f4bc3bf28cb7de84d1c6bcec45d7 -- __

[issue29768] Fix expact version check

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9cef253ae3251b22d2fbb475fcb7a28805b78c86 by Serhiy Storchaka in branch '3.6': [3.6] bpo-29768: Fixed compile-time check for expat version. (#576) https://github.com/python/cpython/commit/9cef253ae3251b22d2fbb475fcb7a28805b78c86 -- ___

[issue29768] Fix expact version check

2017-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0c2ed76fda39e95b9c3ebebefa20d7e03db5dde1 by Serhiy Storchaka in branch '2.7': [2.7] bpo-29768: Fixed compile-time check for expat version. (#577) https://github.com/python/cpython/commit/0c2ed76fda39e95b9c3ebebefa20d7e03db5dde1 -- ___

[issue29768] Fix expact version check

2017-03-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue29768] Fix expact version check

2017-03-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +475 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29768] Fix expact version check

2017-03-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +474 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29768] Fix expact version check

2017-03-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +473 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29768] Fix expact version check

2017-03-08 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +470 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29768] Fix expact version check

2017-03-08 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The compile-time check for expat version added in issue14234 doesn't work with expat 3.0.0. Following PR fixes this. -- components: Extension Modules, XML messages: 289273 nosy: gregory.p.smith, serhiy.storchaka priority: normal severity: normal sta