On 9/6/2012 10:01 AM, David Hoese wrote:
On 9/5/12 3:03 PM, Grant Edwards wrote:
On 2012-09-05, Dave Angel wrote:
>On 09/05/2012 01:47 PM, Grant Edwards wrote:
>
>>Making the site's "search" box use Google or somesuch is probably the
>>simplest solution. I'm not enough of a web guy to know ho
On 06/09/2012 15:01, David Hoese wrote:
On 9/5/12 3:03 PM, Grant Edwards wrote:
On 2012-09-05, Dave Angel wrote:
>On 09/05/2012 01:47 PM, Grant Edwards wrote:
>
>>Making the site's "search" box use Google or somesuch is probably the
>>simplest solution. I'm not enough of a web guy to know how
On 9/5/12 3:03 PM, Grant Edwards wrote:
On 2012-09-05, Dave Angel wrote:
>On 09/05/2012 01:47 PM, Grant Edwards wrote:
>
>>Making the site's "search" box use Google or somesuch is probably the
>>simplest solution. I'm not enough of a web guy to know how to do
>>that, but I do know that some si
On Thursday, 6 September 2012 01:54:45 UTC+5:30, Walter Hurry wrote:
> On Wed, 05 Sep 2012 15:03:16 -0400, Terry Reedy wrote:
>
>
>
> > On 9/5/2012 8:45 AM, Ramchandra Apte wrote:
>
>
>
>
>
> > These ever increasing extra blank lines with each quote are obnoxious.
>
> > Consider using a n
On Wed, 05 Sep 2012 15:03:16 -0400, Terry Reedy wrote:
> On 9/5/2012 8:45 AM, Ramchandra Apte wrote:
> These ever increasing extra blank lines with each quote are obnoxious.
> Consider using a news reader with news.gmane.org instead of google crap.
> Or snip heavily.
+1. And the duplicated post
On 9/5/2012 8:45 AM, Ramchandra Apte wrote:
On Wednesday, 5 September 2012 15:03:56 UTC+5:30, Terry Reedy wrote:
On 9/5/2012 1:22 AM, Ramchandra Apte wrote:
On Wednesday, 5 September 2012 09:35:43 UTC+5:30, Terry Reedy wrote:
If you do find the right place, you should contribute somethi
ritten by the borken gating software that python.org uses. The actual
message posted by that software is:
| […]
| X-Original-To: python-list@python.org
| Delivered-To: python-l...@mail.python.org
| […]
| Date: Tue, 04 Sep 2012 13:58:43 -0400
| From: David Hoese
| User-Agent: Mozilla/5.0 (Macintosh
On 2012-09-05, Dave Angel wrote:
> On 09/05/2012 01:47 PM, Grant Edwards wrote:
>
>> Making the site's "search" box use Google or somesuch is probably the
>> simplest solution. I'm not enough of a web guy to know how to do
>> that, but I do know that some sites do handle site search that way.
>>
>
On 09/05/2012 01:47 PM, Grant Edwards wrote:
> On 2012-09-05, Terry Reedy wrote:
>> On 9/4/2012 11:22 PM, Ramchandra Apte wrote:
>>
>>> I was actually planning to write a bug on this.
>> If you do, find the right place to submit it.
>> bugs.python.org is for issues relating to the cpython reposito
On 2012-09-05, Terry Reedy wrote:
> On 9/4/2012 11:22 PM, Ramchandra Apte wrote:
>
>> I was actually planning to write a bug on this.
>
> If you do, find the right place to submit it.
> bugs.python.org is for issues relating to the cpython repository.'
> I fairly sure that the website search code
On Wednesday, 5 September 2012 15:03:56 UTC+5:30, Terry Reedy wrote:
> On 9/5/2012 1:22 AM, Ramchandra Apte wrote:
>
> > On Wednesday, 5 September 2012 09:35:43 UTC+5:30, Terry Reedy wrote:
>
>
>
> >> If you do find the right place, you should contribute something to an
>
> >> improvement. T
On 9/5/2012 1:22 AM, Ramchandra Apte wrote:
On Wednesday, 5 September 2012 09:35:43 UTC+5:30, Terry Reedy wrote:
If you do find the right place, you should contribute something to an
improvement. The current search performance is not a secret, so mere
complaints are useless.
I was thinking
On Wednesday, 5 September 2012 09:35:43 UTC+5:30, Terry Reedy wrote:
> On 9/4/2012 11:22 PM, Ramchandra Apte wrote:
>
>
>
> > I was actually planning to write a bug on this.
>
>
>
> If you do, find the right place to submit it.
>
> bugs.python.org is for issues relating to the cpython repos
On 9/4/2012 11:22 PM, Ramchandra Apte wrote:
I was actually planning to write a bug on this.
If you do, find the right place to submit it.
bugs.python.org is for issues relating to the cpython repository.'
I fairly sure that the website search code is not there.
If you do find the right place
The generated code can be run without Python installed and does not embed
Python. For example:
print("Hello World to py2c!")
would be translated to
#include "iostream"
using namespace std; //If you want you can make py2c not add this and
use std::cout instead of cout
int main()
{
cout<<"Hell
On Tuesday, 4 September 2012 23:29:26 UTC+5:30, David Hoese wrote:
> A friend made me aware of this:
>
> When a python beginner (2.x) quick searches for "print" on
>
> docs.python.org, the print function doesn't even come up in the top 20
>
> results. The print statement isn't even listed as
Steven D'Aprano writes:
> Gah! Brain meltdown! DDG does better on searches for Python terms with
> fewer extraneous meanings, e.g. "python print" finds many links about
> fashion, but https://duckduckgo.com/html/?q=python+tuple is all about
> Python tuples :)
Adding the “site:docs.python.org”
On Tue, 04 Sep 2012 18:28:31 +, Steven D'Aprano wrote:
> https://www.google.com.au/search?q=python+print
> http://duckduckgo.com/html/?q=python+print
>
> In this case, google hits the right Python documentation on the first
> link. Duckduckgo doesn't do nearly so well, but it comes up with a
On 9/4/2012 6:32 PM, Terry Reedy wrote:
On Tue, Sep 4, 2012 at 1:58 PM, David Hoese wrote:
A friend made me aware of this:
When a python beginner (2.x) quick searches for "print" on
docs.python.org,
the print function doesn't even come up in the top 20 results.
In the Windows Help version o
On Tue, Sep 4, 2012 at 1:58 PM, David Hoese wrote:
A friend made me aware of this:
When a python beginner (2.x) quick searches for "print" on docs.python.org,
the print function doesn't even come up in the top 20 results.
In the Windows Help version of the docs, enter print in the index tab
On 04/09/2012 19:38, William R. Wing (Bill Wing) wrote:
On Sep 4, 2012, at 1:58 PM, David Hoese wrote:
A friend made me aware of this:
When a python beginner (2.x) quick searches for "print" on docs.python.org, the
print function doesn't even come up in the top 20 results. The print statemen
On 2012-09-04, Joel Goldstick wrote:
> On Tue, Sep 4, 2012 at 1:58 PM, David Hoese wrote:
>> A friend made me aware of this:
>> When a python beginner (2.x) quick searches for "print" on
>> docs.python.org, the print function doesn't even come up in the top
>> 20 results.
>
> That's pretty intere
On Tue, 04 Sep 2012 20:27:38 +0200, Thomas 'PointedEars' Lahn wrote:
> ¹ The other mess they created (or allowed to be created) is this mashup
>of newsgroup and mailing list, neither of which works properly,
In what way do they not work properly?
>because
>the underlying protocols
On Sep 4, 2012, at 1:58 PM, David Hoese wrote:
> A friend made me aware of this:
> When a python beginner (2.x) quick searches for "print" on docs.python.org,
> the print function doesn't even come up in the top 20 results. The print
> statement isn't even listed as far as I can tell. Is ther
On Tue, 04 Sep 2012 13:58:43 -0400, David Hoese wrote:
> A friend made me aware of this:
> When a python beginner (2.x) quick searches for "print" on
> docs.python.org, the print function doesn't even come up in the top 20
> results. The print statement isn't even listed as far as I can tell. Is
David Hoese wrote:
> A friend made me aware of this:
> When a python beginner (2.x) quick searches for "print" on
> docs.python.org, the print function doesn't even come up in the top 20
> results. The print statement isn't even listed as far as I can tell.
> Is there something that can be done a
On Tue, Sep 4, 2012 at 1:58 PM, David Hoese wrote:
> A friend made me aware of this:
> When a python beginner (2.x) quick searches for "print" on docs.python.org,
> the print function doesn't even come up in the top 20 results.
> -Dave
> --
> http://mail.python.org/mailman/listinfo/python-list
T
A friend made me aware of this:
When a python beginner (2.x) quick searches for "print" on
docs.python.org, the print function doesn't even come up in the top 20
results. The print statement isn't even listed as far as I can tell.
Is there something that can be done about this to make it easi
28 matches
Mail list logo