Message253457
There's a typo here in 'executable': + '`{} -m venv`'.format(exeutable), file=sys.stderr) And this could now be: print('WARNING: the pyenv script is deprecated in favour of ' f'`{executable} -m venv`', file=sys.stderr) ! And since there is no .format() call, you can't accidentally pass it file=. | |
| Date | User | Action | Args | | 2015-10-26 07:49:04 | eric.smith | set | recipients: + eric.smith, barry, brett.cannon, doko, pitrou, scoder, ezio.melotti, python-dev, rpointel, lac | | 2015-10-26 07:49:03 | eric.smith | set | messageid: <1445845743.92.0.58032599569.issue25154@psf.upfronthosting.co.za> | | 2015-10-26 07:49:03 | eric.smith | link | issue25154 messages | | 2015-10-26 07:49:03 | eric.smith | create | | |