Message304149
Really, this is just an alias for universal_newlines in Popen.__init__. So we add the parameter and: + if text: + universal_newlines = True self.universal_newlines = universal_newlines And 99% of the change is making it clear in the docs why we have two arguments with the same meaning. | |
| Date | User | Action | Args | | 2017-10-11 15:23:39 | steve.dower | set | recipients: + steve.dower, barry, ncoghlan, andrewclegg | | 2017-10-11 15:23:39 | steve.dower | set | messageid: <1507735419.23.0.213398074469.issue31756@psf.upfronthosting.co.za> | | 2017-10-11 15:23:39 | steve.dower | link | issue31756 messages | | 2017-10-11 15:23:39 | steve.dower | create | | |