New submission from Sworddragon:

The mode 'br' on open() can cause an exception with the following message: 
"ValueError: mode string must begin with one of 'r', 'w', 'a' or 'U', not 
'br'". Curriously most times the mode 'br' is working fine and I'm not able to 
create a simple test case where it fails. Only in one of my scripts it fails 
with an exception (in the attachments is an example).

----------
components: Interpreter Core
files: error.log
messages: 177028
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: Exception on mode 'br'
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file28220/error.log

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to