comparison mercurial/changelog.py @ 49901:8f9fbc665928 stable

convert: change socket mode from b'r+' to 'rwb' in cvs.py (issue6789) 'r+' mode used to open sockets for read/write operations, but '+' is not supported in Python 3. We're using bytes with these sockets everywhere, so the mode should have 'b'. But the mode argument has to be str, not bytes.
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 13 Jan 2023 00:56:37 +0400
parents 642e31cb55f0
children 87f0155d68aa
comparison
equal deleted inserted replaced
49900:9282930f8b52 49901:8f9fbc665928