mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
_bdecode(): Remove redundant check.
This commit is contained in:
parent
513af770d7
commit
59e98ae1c5
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ def _identity(s):
|
|||
|
||||
|
||||
def _bdecode(s):
|
||||
if not s:
|
||||
return s
|
||||
# We can't quite use base64.encodestring() since it tacks on a "courtesy
|
||||
# newline". Blech!
|
||||
if not s:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue