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 vstinner
Recipients chris.jerdonek, ned.deily, python-dev, vstinner
Date 2012-08-01.18:13:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbm9yd7uPAm6dmz5kxwHRrRnNn9n_cBdHG1OjAS8cHUvA@mail.gmail.com>
In-reply-to <1343844676.05.0.577075939646.issue15463@psf.upfronthosting.co.za>
Content
> Victor, did you see and review my patch? There is currently no test to check that a long file path (longer than 100 characters) will render, which was the original issue that was fixed.  The patch provides such a test.

Yes, I saw your patch, but I don't want to create very long filename.
Not all platforms support paths longer than 500 characters. It is
exactly the same code to display function name and file names. I
prefer to use a very long function name, it's simple and portable.

My patch is different than yours: it checks that the string is
truncated, not that string shorter than the limit are not truncated.
History
Date User Action Args
2012-08-01 18:13:44vstinnersetrecipients: + vstinner, ned.deily, chris.jerdonek, python-dev
2012-08-01 18:13:43vstinnerlinkissue15463 messages
2012-08-01 18:13:43vstinnercreate