mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Indent bug
This commit is contained in:
parent
9c4585acfa
commit
ac7c0dfa93
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class _Rlecoderengine:
|
||||||
self.data = ''
|
self.data = ''
|
||||||
|
|
||||||
def write(self, data):
|
def write(self, data):
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
testf.write(data) # XXXX
|
testf.write(data) # XXXX
|
||||||
self.data = self.data + data
|
self.data = self.data + data
|
||||||
if len(self.data) < REASONABLY_LARGE:
|
if len(self.data) < REASONABLY_LARGE:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue