<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi folks,<br>
    <br>
    Not sure if this is a bug or just a weirdness with google.  When I
    do a google search such as "python subprocess", the first result
    that comes back looks like the following:<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    Showing results for python subprocess<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <div class="rc" data-hveid="45">
      <h3 class="r"><a
          href="https://docs.python.org/2/library/subprocess.html">17.1.
          <em>subprocess</em> - <em>Python</em> 3.4.0 documentation</a></h3>
      <div class="s">
        <div>
          <div class="f kv _os" style="white-space:nowrap"><cite
              class="_Hd"><a class="moz-txt-link-freetext" href="https://docs">https://docs</a>.<b>python</b>.org/2/library/<b>subprocess</b>.html</cite>
            <div class="crc">
              <div class="crl"
                data-async-econtext="ri:;site:docs.python.org"
                data-async-context="ri:;site:docs.python.org"
                data-async-trigger="cra-0" jsaction="crd.tglpop"
                data-ved="0CDQQ5CswAA"><br>
                <span class="cr-dwn-arw"></span></div>
            </div>
          </div>
          <span class="st">The <em>subprocess</em> module allows you to
            spawn new processes, connect to their input/output/error
            pipes, and obtain their return codes. This module intends
            to ...</span></div>
      </div>
    </div>
    <br>
    Notice the header says 3.4.0 but the link goes to python.org/2, and
    in fact when you click you are looking at the 2.x version docs.<br>
    <br>
    I noticed this crop up about a week ago, I see it on lots of
    searches.  I don't see any reference to 3.4.0 in the source for that
    file, so I'm not sure how it could be a python.org issue, but I'm
    not a search engine expert.<br>
    <br>
    ...cj<br>
    <br>
  </body>
</html>