symbian-qemu-0.9.1-12/python-2.6.1/Misc/TextMate/Python-Dev.tmbundle/Snippets/2 to 3 - Module Deletion (docs).tmSnippet
equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|
3 <plist version="1.0"> |
|
4 <dict> |
|
5 <key>content</key> |
|
6 <string>.. deprecated:: 2.6 |
|
7 The :mod:\`${1}\` module has been deprecated for removal in Python 3.0. |
|
8 ${0}</string> |
|
9 <key>name</key> |
|
10 <string>2 to 3 - Module Deletion (docs)</string> |
|
11 <key>tabTrigger</key> |
|
12 <string>2to3docdel</string> |
|
13 <key>uuid</key> |
|
14 <string>0568410D-EAF1-4AF3-B6DE-8AF133A91821</string> |
|
15 </dict> |
|
16 </plist> |