Message 244149 - Python tracker (original) (raw)
That will not work correctly if the module name has a dot in it.
Pickling qualified names with arbitrary number of dots is supported in 3.4 with protocol 4 and in 3.5 with all protocols (backward compatibly).