mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.
This commit is contained in:
parent
641d64812c
commit
23c48a12d9
3 changed files with 16 additions and 5 deletions
|
@ -91,6 +91,7 @@ Lee Busby
|
|||
Ralph Butler
|
||||
Jp Calderone
|
||||
Daniel Calvelo
|
||||
Tony Campbell
|
||||
Brett Cannon
|
||||
Mike Carlton
|
||||
Terry Carroll
|
||||
|
|
|
@ -22,8 +22,9 @@ Extension modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- bdist_rpm now supports command line options {pre,post}-install,
|
||||
{pre,post}-uninstall, and {prep,build,install,clean,verify}-script.
|
||||
- bdist_rpm now supports command line options --force-arch,
|
||||
{pre,post}-install, {pre,post}-uninstall, and
|
||||
{prep,build,install,clean,verify}-script.
|
||||
- SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
|
||||
decoding incomplete input (when the input stream is temporarily exhausted).
|
||||
``codecs.StreamReader`` now implements buffering, which enables proper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue