mirror of
https://github.com/python/cpython.git
synced 2026-05-25 22:03:25 -04:00
c94a1dc4c9
open() accepted a 'U' mode string containing '+', but 'U' can only be used with 'r'. Patch from Jeff Balogh and John O'Connor.