[Python-checkins] [python/cpython] 13f1f4: bpo-30103: Allow Uuencode in Python using backtick...

GitHub noreply at github.com
Tue May 2 23:16:23 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 13f1f423fac39f8f14a3ce919dd236975517d5c6
      https://github.com/python/cpython/commit/13f1f423fac39f8f14a3ce919dd236975517d5c6
  Author: Xiang Zhang <angwerzx at 126.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M Doc/library/binascii.rst
    M Doc/library/uu.rst
    M Doc/tools/susp-ignored.csv
    M Doc/whatsnew/3.7.rst
    M Lib/test/test_binascii.py
    M Lib/test/test_uu.py
    M Lib/uu.py
    M Misc/NEWS
    M Modules/binascii.c
    M Modules/clinic/binascii.c.h

  Log Message:
  -----------
  bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)




More information about the Python-checkins mailing list