<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,19 +51,6 @@ from Bio import File
 
 email = None
 
-def query(cmd, db, cgi='http://www.ncbi.nlm.nih.gov/sites/entrez',
-          **keywds):
-    &quot;&quot;&quot;Query Entrez and return a handle to the HTML results (DEPRECATED).
-
-    See the online documentation for an explanation of the parameters:
-    http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=helplinks.chapter.linkshelp
-
-    Return a handle to the results.
-
-    Raises an IOError exception if there's a network error.
-    &quot;&quot;&quot;
-    import warnings
-    warnings.warn(&quot;Bio.Entrez.query is deprecated, since it breaks NCBI's rule to only use the E-Utilities URL.&quot;, DeprecationWarning)
 
 # XXX retmode?
 def epost(db, **keywds):
@@ -106,7 +93,7 @@ def efetch(db, **keywds):
     for key in keywds :
         if key.lower()==&quot;rettype&quot; and keywds[key].lower()==&quot;genbank&quot; :
             import warnings
-            warnings.warn('As of Easter 2009, Entrez EFtech no longer '
+            warnings.warn('As of Easter 2009, Entrez EFetch no longer '
                           'supports the unofficial return type &quot;genbank&quot;, '
                           'use &quot;gb&quot; or &quot;gp&quot; instead.', DeprecationWarning)
             if db.lower()==&quot;protein&quot; :</diff>
      <filename>Bio/Entrez/__init__.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ffac788b7459fb8acae1a7e613b636ab7ea14df5</id>
    </parent>
  </parents>
  <author>
    <name>mdehoon</name>
    <email>mdehoon</email>
  </author>
  <url>http://github.com/etal/biopython/commit/7c6a87330b8df20c3928e2baca6e87362b7c68e2</url>
  <id>7c6a87330b8df20c3928e2baca6e87362b7c68e2</id>
  <committed-date>2009-09-09T21:05:44-07:00</committed-date>
  <authored-date>2009-09-09T21:05:44-07:00</authored-date>
  <message>Removing functions that were deprecated more than a year ago.</message>
  <tree>d8f780583d727c46e8249e7c33102acec7db3bfc</tree>
  <committer>
    <name>mdehoon</name>
    <email>mdehoon</email>
  </committer>
</commit>
