This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, pkt, python-dev, rhettinger, ronaldoussoren, serhiy.storchaka, vstinner
Date 2016-02-05.17:58:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454695125.99.0.200423386435.issue24683@psf.upfronthosting.co.za>
In-reply-to
Content
The same result on 2.7 branch:

$ ./python ../cpython/eip.py 
Traceback (most recent call last):
  File "../cpython/eip.py", line 21, in <module>
    e = j.make_encoder(markers, None, enc, 4, "ks", "is", False, True, True)
TypeError: make_encoder() argument 1 must be dict or None, not str
History
Date User Action Args
2016-02-05 17:58:46serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ronaldoussoren, vstinner, Arfrever, python-dev, pkt
2016-02-05 17:58:45serhiy.storchakasetmessageid: <1454695125.99.0.200423386435.issue24683@psf.upfronthosting.co.za>
2016-02-05 17:58:45serhiy.storchakalinkissue24683 messages
2016-02-05 17:58:45serhiy.storchakacreate