Replace open(filename, 'rU') by open(filename, 'r')
The U flag is no more used (but still accepted for backward compatibility).
V
Victor Stinner committed
4e86d5b88d96305a31a3acae5cea53824f4e8d21
Parent: 35b300c
The U flag is no more used (but still accepted for backward compatibility).