c89db54 Skip null-bytes exception tests on Python 3.11

Authored and Committed by churchyard 2 years ago
    Skip null-bytes exception tests on Python 3.11
    
    Since Python 3.11.0a2, it is possible to load null bytes by the csv module.
    
    Upstream report: https://sourceforge.net/p/docutils/bugs/436/
    
        
file modified
+4 -1