From 9b73f6f0d96817c99a94e5522f9a4faed3d13c25 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 15 May 2008 04:36:53 +0000 Subject: Add a snippet for the deprecation directive for docs. --- .../Snippets/2 to 3 - Module Deletion (docs).tmSnippet | 16 ++++++++++++++++ Misc/TextMate/Python-Dev.tmbundle/info.plist | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 Misc/TextMate/Python-Dev.tmbundle/Snippets/2 to 3 - Module Deletion (docs).tmSnippet diff --git a/Misc/TextMate/Python-Dev.tmbundle/Snippets/2 to 3 - Module Deletion (docs).tmSnippet b/Misc/TextMate/Python-Dev.tmbundle/Snippets/2 to 3 - Module Deletion (docs).tmSnippet new file mode 100644 index 0000000..5de8bae --- /dev/null +++ b/Misc/TextMate/Python-Dev.tmbundle/Snippets/2 to 3 - Module Deletion (docs).tmSnippet @@ -0,0 +1,16 @@ + + + + + content + .. deprecated:: 2.6 + The :mod:\`${1}\` module has been deprecated for removal in Python 3.0. +${0} + name + 2 to 3 - Module Deletion (docs) + tabTrigger + 2to3docdel + uuid + 0568410D-EAF1-4AF3-B6DE-8AF133A91821 + + diff --git a/Misc/TextMate/Python-Dev.tmbundle/info.plist b/Misc/TextMate/Python-Dev.tmbundle/info.plist index 644bc7e..0510d5d 100644 --- a/Misc/TextMate/Python-Dev.tmbundle/info.plist +++ b/Misc/TextMate/Python-Dev.tmbundle/info.plist @@ -7,6 +7,7 @@ items 9519C22B-6AB8-41A1-94F6-079E0B45C147 + 0568410D-EAF1-4AF3-B6DE-8AF133A91821 ------------------------------------ B545BB1B-A8E1-426C-B50A-426E78B96D38 6EF151E5-7149-4F82-8796-0CC40FE589FA @@ -23,6 +24,7 @@ ordering 9519C22B-6AB8-41A1-94F6-079E0B45C147 + 0568410D-EAF1-4AF3-B6DE-8AF133A91821 B545BB1B-A8E1-426C-B50A-426E78B96D38 6EF151E5-7149-4F82-8796-0CC40FE589FA FD25A8DC-22DC-4ED4-B222-B943C8A9117D -- cgit v0.12