commit | 3666b3c1f695a145adab1bf644c22e564e8eb0ee | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Mon Sep 10 22:37:33 2018 -0600 |
committer | Gregory P. Smith <greg@krypto.org> | Mon Sep 10 21:37:33 2018 -0700 |
tree | 1d0dcca583e39e2024906a0a9b8d395b31d7f423 | |
parent | 5033aa77aacaa5505636f150e8d54baac5bdca9c [diff] |
bpo-33032: Mention the implicit cache in struct.Struct() docs (GH-7700) Mention the implicit cache in struct.Struct() docs. Consistent with the re.compile documentation note.