diff options
author | Guido van Rossum <guido@python.org> | 2007-10-24 21:13:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-10-24 21:13:09 (GMT) |
commit | 5a2f7e60da093dcdea5d9e508f875285020019a6 (patch) | |
tree | f87daca29a3eb9fe86f99671175372078b1f4275 /Doc/library/pty.rst | |
parent | 52ddaefb6bab1a74ecffe8519c02735794ebfbe1 (diff) | |
download | cpython-5a2f7e60da093dcdea5d9e508f875285020019a6.zip cpython-5a2f7e60da093dcdea5d9e508f875285020019a6.tar.gz cpython-5a2f7e60da093dcdea5d9e508f875285020019a6.tar.bz2 |
Fix a broken format in a PyErr_Format() call: %lx is not supported.
(It's still technically broken since the va_args code assumes %x is
an int while we're passing a long, but that's mostly theoretical,
and it's done all over the place.)
Diffstat (limited to 'Doc/library/pty.rst')
0 files changed, 0 insertions, 0 deletions