Re: [issue2551010] insufficient test for xmlrpc module selection
Joseph Myers <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
On further examination: This case is arguably different from the configparser one, because the configparser case was a complete backport, that just did things differently from expected in Python 2, whereas this is a case of a module name being provided but missing some of the contents but without any evidence that an actual complete backport would not work. So applying your patch would seem reasonable to fix this issue (and likewise for issue2551011). Neither issue is present in 1.6 (unlike the configparser one); they both arise from Python 3 changes postdating the 1.6 release. -- Joseph S. Myers [email protected]