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

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 517 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.