https://github.com/python/cpython
Revision 9b409e418ac2bfac62a4ee7f6514e093a14bf26e authored by Miss Islington (bot) on 04 October 2022, 17:04:33 UTC, committed by GitHub on 04 October 2022, 17:04:33 UTC
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)

Co-authored-by: Gregory P. Smith [Google] <greg@krypto.org>
(cherry picked from commit 10e3d398c31cc1695752fc52bc6ca2ce9ef6237e)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Co-authored-by: Ned Deily <nad@python.org>
1 parent f65f3a9
Raw File
Tip revision: 9b409e418ac2bfac62a4ee7f6514e093a14bf26e authored by Miss Islington (bot) on 04 October 2022, 17:04:33 UTC
[3.9] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97012)
Tip revision: 9b409e4
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top