bpo-39937: modify iter() suggestion to Element.iter() by kumiDa · Pull Request #18937 · python/cpython
In the whatsnew section, under the point which mentions the deprecation of getchildren() and getiterator() through bpo-36543, it is suggested to use iter() instead. Ideally there should be a suggestion to use Element.iter() instead. The commits does the above modification.
kumiDa
changed the title
modify iter() suggestion to Element.iter()
bpo39937: modify iter() suggestion to Element.iter()
kumiDa
changed the title
bpo39937: modify iter() suggestion to Element.iter()
bpo-39937: modify iter() suggestion to Element.iter()
In the whatsnew section, under the point which mentions the deprecation of getchildren() and getiterator() through bpo-36543, it is suggested to use iter() instead. Ideally there should be a suggestion to use Element.iter() instead. The commits does the above modification.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters