summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_strftime.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-08-05 01:49:16 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-08-05 01:49:16 (GMT)
commit725bb233b9492eb4b5532d84b60db5daa1e6b195 (patch)
tree82c7dade11b96ea527626b7f7921f0fae2667504 /Lib/test/test_strftime.py
parent4c561b36a05d8b45ef9ac0ac7571f4a97dc2b42b (diff)
downloadcpython-725bb233b9492eb4b5532d84b60db5daa1e6b195.zip
cpython-725bb233b9492eb4b5532d84b60db5daa1e6b195.tar.gz
cpython-725bb233b9492eb4b5532d84b60db5daa1e6b195.tar.bz2
Add 1 to lineno in deprecation warning. Fixes #590888.
Diffstat (limited to 'Lib/test/test_strftime.py')
0 files changed, 0 insertions, 0 deletions
al ** rights. These rights are described in the Nokia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** ** If you have questions regarding the use of this file, please contact ** Nokia at qt-info@nokia.com. ** ** ** ** ** ** ** ** ** $QT_END_LICENSE$ ** ****************************************************************************/ //! [0] QBuffer device; device.setData(myQString.toUtf8()); device.open(QIODevice::ReadOnly); QXmlQuery query; query.setQuery("doc($inputDocument)/query[theDocument]"); query.bindVariable("inputDocument", &device); //! [0]