/Misc/TextMate/Python-Dev.tmbundle/Snippets/2 to 3 - Module Deletion (docs).tmSnippet

http://unladen-swallow.googlecode.com/ · Unknown · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · 31f1cb4e5ba9741a03ef32f25b267f04 MD5 · raw file

  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>