~ubuntu-branches/ubuntu/maverick/python3.1/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-23 00:01:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090323000127-5fstfxju4ufrhthq
Tags: upstream-3.1~a1+20090322
ImportĀ upstreamĀ versionĀ 3.1~a1+20090322

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>