Forest added the comment:

> The library can't successfully parse such a message

It could successfully parse such a message, if it matched against inner message 
boundaries before outer message boundaries.  (One implementation would be to 
keep a list of all ancestor boundaries and traverse the list from most recent 
to least recent, but there might be more efficient ways to do it.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25728>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to