Skip to content

Commit 509a7c3

Browse files
committed
Fix link in comment
1 parent 91b3898 commit 509a7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webware/WebUtils/FieldStorage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def read_binary(self):
428428
self.done = -1
429429
break
430430
if not self._binary_file:
431-
# fix for https://github.com/python/cpython/pull/7804
431+
# fix for https://github.com/python/cpython/issues/71964
432432
try:
433433
data = data.decode()
434434
except UnicodeDecodeError:

0 commit comments

Comments
 (0)