I´m trying to change the orientation of the pages of the document, so I saw the official document from the python-docx 1.0.1 and I found this: section.orientation ...
between v0.8.11 and v1.0.0.0 this seems to have been moved to: from docx.oxml.parser import parse_xml I cant recall seeing any warning about this and cant see any migration notes for the 1.0.0 release ...