Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...alls "python2.2" as well as "python2.2". This should allow it to interoperate better with the Red Hat provided Python 2.2 package in 7.3. <li>Available as source and binaries for Red Hat 7.3. </ul> <p><b>Warning:</b> These packages install as "/usr/bin/python2". This is because many of the Red Hat tools rely on "/usr/bin/python" being 1.5. For Python code which requires 2.2, they should probably change to use "/usr/bi...
...ally from March 2007, Section 18, Bylaw Change Survey: S. Holden will call for a separate discussion of changes to the bylaws [with S. Deibel's help]. Include an affiliation program [ref. July 2008 section 8]. Approved by member vote 2009-03-27. Status: done. [23] Originally from 14 April 2008, Section 5, Treasurer's Report: S. Holden will assist K. Kaiser with accounts receivable reminders. Status: in progress. [15] Originally from 14 April 2008, Section 7, PyCon Asset Record-Keeping: D. Goo...
...all be a working group of the Python Software Foundation, co-chaired by David Mertz and Marc-André Lemburg. Membership shall consist of co-chairs and additionally Carl Trachte, Doug Napoleone, David Goodger, Van Lindberg. Co-chairs shall, by joint agreement, have the power to add or remove committee members, with the current membership roster to be approved by the Python Software Foundation Board of Directors at least once per year Approved 7-0-1 by IRC vote, 16 August, 2013. Establishing resolu...
...ally from 16 June 2008, Section 6.1, Treasurer's Report: K. Kaiser will submit an expanded report to psf-members. Status: pending. [4] Originally from 16 June 2008, Section 6.2, Treasurer's Report: D. Goodger will follow up regarding the PyCon transaction analysis. Status: pending. [5] Originally from 16 June 2008, Section 6.3, Treasurer's Report: D. Goodger will ensure that documentation for unpaid PyCon tutorials is found and provided. Status: pending. [9] Originally from 16 June 2008, Sect...
...all(xAxis); svg.append("g") .attr("class", "y-axis") .attr("transform", "translate(" + chartOptions.margin + "," + chartOptions.margin + ")") .call(yAxis) .selectAll("tick") .attr("transform", "translate(" + (-chartOptions.margin) + "," + chartOptions.margin + ")") .selectAll("text") .attr("y", 6) .attr("x", 6) .style("text-anchor", "start") svg.selectAll("g.y-axis g.tick line") .attr("x2", 0) .attr("y2", 0); svg.selectAll("g.y-axis g.tick") ...
If you didn't find what you need, try your search in the Python language documentation.