quopri: unify 2 and 3, add types

This commit is contained in:
Jelle Zijlstra
2017-03-19 12:39:15 -07:00
committed by Łukasz Langa
parent 7906059adb
commit ee22a489d9
2 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
# Stubs for quopri (Python 2)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
def encode(input, output, quotetabs, header=0): ...
def encodestring(s, quotetabs=0, header=0): ...
def decode(input, output, header=0): ...
def decodestring(s, header=0): ...