On Jan 07, 2014, at 11:13 PM, Antoine Pitrou wrote: >On Tue, 7 Jan 2014 15:46:50 -0500 >Barry Warsaw <ba...@python.org> wrote: >> >> If adopted for Python 3.4, PEP 460 should be modest in its goals, but I think >> I'd still like to see the following excluded and unknown features added: >> >> * Attribute access: {obj.attr} >> * Indexing: {dict[key]} >> * format keywords? b'{arg}'.format(arg=5) >> * str % dict ? b'%(arg)s' % {'arg': 5) > >I don't think integer values should be supported.
Sorry, the point I was making was about the interpolation and lookup features, not the specific values. -Barry _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com