Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #38732 > unrolled thread

Awsome Python - chained exceptions

Started bySteven D'Aprano <steve+comp.lang.python@pearwood.info>
First post2013-02-12 06:15 +0000
Last post2013-02-13 00:22 -0700
Articles 20 on this page of 44 — 18 participants

Back to article view | Back to comp.lang.python


Contents

  Awsome Python - chained exceptions Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-12 06:15 +0000
    Re: Awsome Python - chained exceptions Terry Reedy <tjreedy@udel.edu> - 2013-02-12 10:13 -0500
    Re: Awsome Python - chained exceptions Zero Piraeus <schesis@gmail.com> - 2013-02-12 14:01 -0400
      Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-12 19:01 -0800
        Re: Awsome Python - chained exceptions Ian Kelly <ian.g.kelly@gmail.com> - 2013-02-14 00:00 -0700
          Re: Awsome Python - chained exceptions alex23 <wuwei23@gmail.com> - 2013-02-14 16:10 -0800
      Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-12 19:01 -0800
    Re: Awsome Python - chained exceptions Ethan Furman <ethan@stoneleaf.us> - 2013-02-12 10:15 -0800
    Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-12 18:47 -0800
      Re: Awsome Python - chained exceptions Michael Torrie <torriem@gmail.com> - 2013-02-12 21:18 -0700
      Re: Awsome Python - chained exceptions Chris Angelico <rosuav@gmail.com> - 2013-02-13 17:58 +1100
        Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-13 08:14 -0800
          Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-13 08:19 -0800
          Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-13 08:19 -0800
          Re: Awsome Python - chained exceptions Chris Angelico <rosuav@gmail.com> - 2013-02-14 09:10 +1100
            Re: Awsome Python - chained exceptions Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-14 06:39 +0000
              Re: Awsome Python - chained exceptions Serhiy Storchaka <storchaka@gmail.com> - 2013-02-15 20:51 +0200
          Re: Awsome Python - chained exceptions Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-02-14 13:01 +0100
            Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-14 18:56 -0800
              Re: Awsome Python - chained exceptions Chris Angelico <rosuav@gmail.com> - 2013-02-15 17:18 +1100
                Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-14 23:51 -0800
                  Re: Awsome Python - chained exceptions Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-02-15 10:00 +0100
                Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-14 23:51 -0800
                  Re: Awsome Python - chained exceptions alex23 <wuwei23@gmail.com> - 2013-02-17 17:35 -0800
                    Re: Awsome Python - chained exceptions Dave Angel <davea@davea.name> - 2013-02-17 20:48 -0500
                    Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-17 21:51 -0800
                      news.gmane.org (was Re: Awsome Python - chained exceptions Terry Reedy <tjreedy@udel.edu> - 2013-02-18 01:10 -0500
                        Re: news.gmane.org (was Re: Awsome Python - chained exceptions rurpy@yahoo.com - 2013-02-18 09:12 -0800
                          Re: news.gmane.org (was Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-18 18:32 +0000
                          Re: news.gmane.org (was Re: Awsome Python - chained exceptions Terry Reedy <tjreedy@udel.edu> - 2013-02-18 17:45 -0500
                      Re: news.gmane.org (was Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-18 06:30 +0000
                      Re: news.gmane.org (was Re: Awsome Python - chained exceptions Kwpolska <kwpolska@gmail.com> - 2013-02-18 16:27 +0100
                      Re: Awsome Python - chained exceptions alex23 <wuwei23@gmail.com> - 2013-02-18 18:18 -0800
                        Re: Awsome Python - chained exceptions rurpy@yahoo.com - 2013-02-19 07:52 -0800
                        Re: Awsome Python - chained exceptions rusi <rustompmody@gmail.com> - 2013-02-19 09:14 -0800
                          Re: Awsome Python - chained exceptions alex23 <wuwei23@gmail.com> - 2013-02-19 22:57 -0800
                            Re: Awsome Python - chained exceptions Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-20 22:50 +1100
                              Re: Awsome Python - chained exceptions Rotwang <sg552@hotmail.co.uk> - 2013-02-20 16:00 +0000
                                RE: Awsome Python - chained exceptions "J. Marc Edwards" <marc.edwards@nimbisservices.com> - 2013-02-20 11:08 -0500
                              Re: Awsome Python - chained exceptions rurpy@yahoo.com - 2013-02-20 08:13 -0800
                                Re: Awsome Python - chained exceptions Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-20 18:49 -0500
                              Re: Awsome Python - chained exceptions Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-20 18:47 -0500
        Re: Awsome Python - chained exceptions Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-13 08:14 -0800
      Re: Awsome Python - chained exceptions Michael Torrie <torriem@gmail.com> - 2013-02-13 00:22 -0700

Page 2 of 3 — ← Prev page 1 [2] 3  Next page →


#38908

FromRick Johnson <rantingrickjohnson@gmail.com>
Date2013-02-14 23:51 -0800
Message-ID<3c0b4390-04a5-4819-8c1c-6fb9c00d2404@googlegroups.com>
In reply to#38906
On Friday, February 15, 2013 12:18:17 AM UTC-6, Chris Angelico wrote:
> And yet it is still a perfect example of how a line of
> code inside a 'try' block can indeed be offensive.

Oh nice try, but we are not fooled by your straw-man. My exact statement that provoked this whole thing was:

"""
Q1: How could a line in the "try" block ever be considered offensive? Because it throws an error? Are you serious?
""" 

If you notice, the first sentence is rhetorical. 

 "How could a line in the "try" block ever be considered offensive?"
 
My suggestion of "offensive" does not imply ignorance on /my/ part, but it does not necessarily imply ignorance on your part either. Then, in the second sentence, I offer a possible answer to the first question in the form of another question (asked on your behalf): 

 "Because it throws and error?"
 
Then in my last sentence, i ask another question (in a sarcastic manner) that negates the answer you might have given, 

 "Are you serious?"
 
This negation means that /i/ do not find ANY line in a try block to be "offensive". In effect, you could reduce the paragraph to this:

 "A line of code in the try block that throws an error is NOT offensive (to me)."
 
As you can see from this break-down, /i/ never suggested that ANY line in ANY block was "offensive", it was /you/ (by proxy) who suggested it. Now ain't that just a pickle! ;-).

> This has nothing to do with exceptions, and everything to
> do with societal practices and acceptable language.

But "offensive" is very subjective my friend! 

I curse quite frequently (especially when i am frustrated). To me, words are merely expressions, and when i'm angry i will express myself accordingly. However, there are many people who cannot deal with the feelings and images that they experience when hearing certain words. And a good argument could be made for "limiting strong emotional expressions in the company of strangers" -- even /if/ for nothing more than "good manners".

It was for the later reason that i edited this word. And besides, i could toss out curse words all day if my only intent was to sensationalize the moment for the sake of a few rubber-neckers. Anybody can employ the curse for quick attention of fellow fools, however, /real/ intelligence is required to draw a witty abstract relationship between two superficially unrelated entities or ideas (especially when one entity is tangible and the other is intangible).

> The fact that you edited it out of your quote shows just
> how offensive the expression is. :)

So you present "a curse word that i edited" versus "a rhetorical question i made on your behalf", and you claim to have defeated me? Ha, classic straw-man!

> May I ring your schoolbell?

Sure, but only if you use your head as the hammer.

[toc] | [prev] | [next] | [standalone]


#38911

FromUlrich Eckhardt <ulrich.eckhardt@dominolaser.com>
Date2013-02-15 10:00 +0100
Message-ID<62a1v9-j0u.ln1@satorlaser.homedns.org>
In reply to#38908
Am 15.02.2013 08:51, schrieb Rick Johnson:
>   "How could a line in the "try" block ever be considered offensive?"
>
> My suggestion of "offensive" does not imply ignorance on /my/ part[...]

Well, it seems to imply that you are not aware of the subtle difference 
between "offending" and "offensive". The irony on that was probably lost 
in my last posting, since you are still repeating this mistake.

Now, concerning the rest, you are relying on too many implications that 
others should draw from what you wrote that are not clear. This doesn't 
help you getting across what you want to say.

Further, you wrote "Which (by showing the offensive line) is quite clear 
to me.", i.e. that there can be "offensive" lines, then you go on to 
"/i/ never suggested that ANY line in ANY block was "offensive"". Those 
two statements just don't fit together, see for yourself which of them 
you want to clarify or not, but please stop blaming others for your slips!

You're welcome.

Uli

[toc] | [prev] | [next] | [standalone]


#38909

FromRick Johnson <rantingrickjohnson@gmail.com>
Date2013-02-14 23:51 -0800
Message-ID<mailman.1799.1360914704.2939.python-list@python.org>
In reply to#38906
On Friday, February 15, 2013 12:18:17 AM UTC-6, Chris Angelico wrote:
> And yet it is still a perfect example of how a line of
> code inside a 'try' block can indeed be offensive.

Oh nice try, but we are not fooled by your straw-man. My exact statement that provoked this whole thing was:

"""
Q1: How could a line in the "try" block ever be considered offensive? Because it throws an error? Are you serious?
""" 

If you notice, the first sentence is rhetorical. 

 "How could a line in the "try" block ever be considered offensive?"
 
My suggestion of "offensive" does not imply ignorance on /my/ part, but it does not necessarily imply ignorance on your part either. Then, in the second sentence, I offer a possible answer to the first question in the form of another question (asked on your behalf): 

 "Because it throws and error?"
 
Then in my last sentence, i ask another question (in a sarcastic manner) that negates the answer you might have given, 

 "Are you serious?"
 
This negation means that /i/ do not find ANY line in a try block to be "offensive". In effect, you could reduce the paragraph to this:

 "A line of code in the try block that throws an error is NOT offensive (to me)."
 
As you can see from this break-down, /i/ never suggested that ANY line in ANY block was "offensive", it was /you/ (by proxy) who suggested it. Now ain't that just a pickle! ;-).

> This has nothing to do with exceptions, and everything to
> do with societal practices and acceptable language.

But "offensive" is very subjective my friend! 

I curse quite frequently (especially when i am frustrated). To me, words are merely expressions, and when i'm angry i will express myself accordingly. However, there are many people who cannot deal with the feelings and images that they experience when hearing certain words. And a good argument could be made for "limiting strong emotional expressions in the company of strangers" -- even /if/ for nothing more than "good manners".

It was for the later reason that i edited this word. And besides, i could toss out curse words all day if my only intent was to sensationalize the moment for the sake of a few rubber-neckers. Anybody can employ the curse for quick attention of fellow fools, however, /real/ intelligence is required to draw a witty abstract relationship between two superficially unrelated entities or ideas (especially when one entity is tangible and the other is intangible).

> The fact that you edited it out of your quote shows just
> how offensive the expression is. :)

So you present "a curse word that i edited" versus "a rhetorical question i made on your behalf", and you claim to have defeated me? Ha, classic straw-man!

> May I ring your schoolbell?

Sure, but only if you use your head as the hammer.

[toc] | [prev] | [next] | [standalone]


#39057

Fromalex23 <wuwei23@gmail.com>
Date2013-02-17 17:35 -0800
Message-ID<bfe116a1-1c2c-4de8-a2ac-900e5d9aff22@la7g2000pbc.googlegroups.com>
In reply to#38909
On Feb 15, 5:51 pm, Rick Johnson <rantingrickjohn...@gmail.com> wrote:
[Ranting nonsense that's appearing in duplicate on usenet]

Any chance you can stop sending to both comp.lang.python _and_ the
python-list, given the former is a mirror of the later?

[toc] | [prev] | [next] | [standalone]


#39058

FromDave Angel <davea@davea.name>
Date2013-02-17 20:48 -0500
Message-ID<mailman.1917.1361152117.2939.python-list@python.org>
In reply to#39057
On 02/17/2013 08:35 PM, alex23 wrote:
> On Feb 15, 5:51 pm, Rick Johnson <rantingrickjohn...@gmail.com> wrote:
> [Ranting nonsense that's appearing in duplicate on usenet]
>
> Any chance you can stop sending to both comp.lang.python _and_ the
> python-list, given the former is a mirror of the later?
>

It might be easier to just tell everyone not to use GoogleGroups.  I 
think it's them that double-up the messages.  The way I control it on my 
end is with a rule that discards all emails addressed to 
comp.lang.python@googlegroups.com

That way I only see the other copy.  There are a few other people who 
double-post, but this gets rid of the vast majority.

-- 
DaveA

[toc] | [prev] | [next] | [standalone]


#39069

FromRick Johnson <rantingrickjohnson@gmail.com>
Date2013-02-17 21:51 -0800
Message-ID<5a1b1b15-cff4-4305-8521-0dcbc96c9557@googlegroups.com>
In reply to#39057
On Sunday, February 17, 2013 7:35:24 PM UTC-6, alex23 wrote:

> Any chance you can stop sending to both comp.lang.python _and_ the 
> python-list, given the former is a mirror of the later?

I apologize for this doubling of my messages and i can assure you i don't do this intentionally. Proper netiquette is very important to me. These double posts are another unfortunate side-effect of using the buggy Google Groups web-face to read/write Usenet. I've sent feedback to the Google Groups long ago and have yet to see any changes or even get any replys. 

You know, i try to support Google because (for the most part) they are the only option to M$ and they "give-back". However, sustaining the last few years of them cramming (this and other) buggy software down my throat is starting to wear on my patience. 

Not only does this software post the same message twice, it also inserts superfluous newlines in quoted text, does not support mono-spaced fonts _anymore_, and wraps lines at well over 150 chars! The old groups interface was simple, had mono-spaced font, and wrapped lines at reasonable lengths. I am a simple kinda guy, and so i really liked the old group interface. :-(

Alex, if you (or anyone else) would be kind enough to recommend an alternative to this gawd awful software, i'm all ears. My expectations at minimum are:

 * I only like to read the list from the web, i just hate
   getting thousands of emails in my inbox.

 * I MUST have mono-spaced font (at least as an option).

That's about it. Anything else is just icing really.

PS: To all of you that use the buggy GoogleGroups, please send them feedback detailing all of these bugs (and any more that you have experienced!)

[toc] | [prev] | [next] | [standalone]


#39070 — news.gmane.org (was Re: Awsome Python - chained exceptions

FromTerry Reedy <tjreedy@udel.edu>
Date2013-02-18 01:10 -0500
Subjectnews.gmane.org (was Re: Awsome Python - chained exceptions
Message-ID<mailman.1924.1361167888.2939.python-list@python.org>
In reply to#39069
On 2/18/2013 12:51 AM, Rick Johnson wrote:
 > if you (or anyone else) would be kind enough to recommend an
 > alternative to this gawd awful software [google groups],
?  i'm all ears. My expectations at minimum are:

For at least the 10th time, there is little to no excuse for reading and 
writing python-list thru google-groups. The news.gmane.org mirror has 
multiple interfaces:
'''
Information about gmane.comp.python.general
The archive for this list can be read the following ways:

     On the web, using frames and threads.
     On the web, using a blog-like, flat interface.
     Using an NNTP newsreader.
     RSS feeds:
         All messages from the list, with excerpted texts.
         Topics from the list, with excerpted texts.
         All messages from the list, with complete texts.
         Topics from the list, with complete texts.
'''

> * I only like to read the list from the web, i just hate getting
> thousands of emails in my inbox.

A newsreader interface does the same. That is what I use.

> * I MUST have mono-spaced font (at least as an option).

That is what I have with Thunderbird. I may have told it once to use 
monospace for newsgroups. You might be able to do the same with a web 
browser.


-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#39112 — Re: news.gmane.org (was Re: Awsome Python - chained exceptions

Fromrurpy@yahoo.com
Date2013-02-18 09:12 -0800
SubjectRe: news.gmane.org (was Re: Awsome Python - chained exceptions
Message-ID<6121e825-caec-4f5d-b666-9d8d345bbc92@googlegroups.com>
In reply to#39070
On 02/17/2013 11:10 PM, Terry Reedy wrote:
> On 2/18/2013 12:51 AM, Rick Johnson wrote:
>  > if you (or anyone else) would be kind enough to recommend an
>  > alternative to this gawd awful software [google groups],
> ?  i'm all ears. My expectations at minimum are:
> 
> For at least the 10th time, there is little to no excuse for reading and 
> writing python-list thru google-groups. The news.gmane.org mirror has 
> multiple interfaces:

And for at least the 11th time, you are wrong.  There are reasons
(not applicable to everyone but applicable to many) for using
Google Groups, among others it is more accessible and easier to 
use for many than a news reader with Gmane.

That you don't like aspects of the posts produced by GG is fine
(I don't either) but it does not justify posting BS claims -- if 
you want people to use Gmane because *you* don't like reading GG
posts then say so but don't claim that doing so is just as easy 
as GG -- it is not.

There are ways of mitigating some of the worst characteristics of
GG posts, see 

  http://wiki.python.org/moin/GoogleGroupsPython



 

[toc] | [prev] | [next] | [standalone]


#39115 — Re: news.gmane.org (was Re: Awsome Python - chained exceptions

FromRick Johnson <rantingrickjohnson@gmail.com>
Date2013-02-18 18:32 +0000
SubjectRe: news.gmane.org (was Re: Awsome Python - chained exceptions
Message-ID<mailman.1959.1361212364.2939.python-list@python.org>
In reply to#39112
 <rurpy <at> yahoo.com> writes:
> On 02/17/2013 11:10 PM, Terry Reedy wrote:
> > For at least the 10th time [...]
> 
> And for at least the 11th time, you are wrong.  There are reasons
> (not applicable to everyone but applicable to many) for using
> Google Groups, among others it is more accessible and easier to 
> use for many than a news reader with Gmane.

I will admit that GG's is easier in this respect. 

However, you /can/ read gmane /without/ a newsreader using the "frames and
threads"  or "flat (blog-like)" web-interface. Although, there are a few issues
that are annoying me:

1. When viewing in the "flat" interface style, the text of the messages is so
small i need to squint whilst reading. Of course i can zoom my web browser,
however, then i get a horizontal scroll bar and some of the post text is
unreachable without scrolling (I really hate horizontal scroll bars!). Not to
mention that i will need to adjust the zoom level back to normal when leaving
the site. 

2. When positing a new message i must enter my email address and username each
time. The forms are auto-filled for replys but not for new messages. Go figure!

3. There is no method to sort the topics by either: "last reply first" or "date
of thread composition". This is probably more suited to a personal newsreader
though.

4. (In the blog style interface) the menu of threads uses a font with
insufficient vertical spacing and everything becomes so jammed together that it
is completely unreadable. I will try to change my browsers' font and see if that
solves the issue; although i am quite fond of my current settings!

> There are ways of mitigating some of the worst characteristics of
> GG posts, see 
> 
>   http://wiki.python.org/moin/GoogleGroupsPython

Thanks for this link!


[toc] | [prev] | [next] | [standalone]


#39138 — Re: news.gmane.org (was Re: Awsome Python - chained exceptions

FromTerry Reedy <tjreedy@udel.edu>
Date2013-02-18 17:45 -0500
SubjectRe: news.gmane.org (was Re: Awsome Python - chained exceptions
Message-ID<mailman.1980.1361227536.2939.python-list@python.org>
In reply to#39112
On 2/18/2013 1:32 PM, Rick Johnson wrote:

> 2. When positing a new message i must enter my email address and username each
> time. The forms are auto-filled for replys but not for new messages. Go figure!

Using the newsreader interface, I get 1 email message per list to verify 
the email address. After that, it is as if I were subscribed. (Some 
mirrored email lists require a subscription at their site, but most 
python.org lists seems not to.) And, of course, Thunderbird fills in 
data for both new messages and replies. I do not know why it would be 
different through the web interface.

> 3. There is no method to sort the topics by either: "last reply first" or "date
> of thread composition". This is probably more suited to a personal newsreader
> though.

The monthly archives, which include the current month,
can be accessed by thread, subject, author, or date.
http://mail.python.org/pipermail/python-list/

-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#39071 — Re: news.gmane.org (was Re: Awsome Python - chained exceptions

FromRick Johnson <rantingrickjohnson@gmail.com>
Date2013-02-18 06:30 +0000
SubjectRe: news.gmane.org (was Re: Awsome Python - chained exceptions
Message-ID<mailman.1925.1361169286.2939.python-list@python.org>
In reply to#39069
Terry Reedy <tjreedy <at> udel.edu> writes:
> For at least the 10th time, there is little to no excuse for reading and 
> writing python-list thru google-groups. The news.gmane.org mirror has 
> multiple interfaces:

[Sent from gmane.comp.python.general]

Yes you have mentioned this before and for some reason i failed to follow your
advice. I must have fallen into the trap of familiarity. In any event, if this
message works i shall use gmane from now on. Thanks Terry!

[toc] | [prev] | [next] | [standalone]


#39103 — Re: news.gmane.org (was Re: Awsome Python - chained exceptions

FromKwpolska <kwpolska@gmail.com>
Date2013-02-18 16:27 +0100
SubjectRe: news.gmane.org (was Re: Awsome Python - chained exceptions
Message-ID<mailman.1953.1361201266.2939.python-list@python.org>
In reply to#39069
On Mon, Feb 18, 2013 at 7:30 AM, Rick Johnson
<rantingrickjohnson@gmail.com> wrote:
> Terry Reedy <tjreedy <at> udel.edu> writes:
>> For at least the 10th time, there is little to no excuse for reading and
>> writing python-list thru google-groups. The news.gmane.org mirror has
>> multiple interfaces:
>
> [Sent from gmane.comp.python.general]
>
> Yes you have mentioned this before and for some reason i failed to follow your
> advice. I must have fallen into the trap of familiarity. In any event, if this
> message works i shall use gmane from now on. Thanks Terry!
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list

Or something even better: use the Mailman mailing list,
http://mail.python.org/mailman/listinfo/python-list (mirrored to
Usenet).
--
Kwpolska <http://kwpolska.tk> | GPG KEY: 5EAAEA16
stop html mail                | always bottom-post
http://asciiribbon.org        | http://caliburn.nl/topposting.html

[toc] | [prev] | [next] | [standalone]


#39169

Fromalex23 <wuwei23@gmail.com>
Date2013-02-18 18:18 -0800
Message-ID<7119feb4-961c-4415-8437-2986257272f6@kn5g2000pbb.googlegroups.com>
In reply to#39069
On Feb 18, 3:51 pm, Rick Johnson <rantingrickjohn...@gmail.com> wrote:
> I apologize for this doubling of my messages and i can assure you i
> don't do this intentionally. Proper netiquette is very important to me.
> These double posts are another unfortunate side-effect of using the
> buggy Google Groups web-face to read/write Usenet. I've sent feedback
> to the Google Groups long ago and have yet to see any changes or even
> get any replys.

Weird, I'm using GG too and not seeing any doubling of my messages. I
have reverted to using the old interface, though, so it might be a
side-effect of the new version they're hyping, which does seem to have
been designed by Satan himself (the way they've separated thread view
from article view is a huge WTF). I've sent a heap of feedback to them
as well with no response. Google don't really seem to want to hype
Usenet as anything other than a target for blogspot spam, it appears.

[toc] | [prev] | [next] | [standalone]


#39238

Fromrurpy@yahoo.com
Date2013-02-19 07:52 -0800
Message-ID<e5e0070d-9307-4b0c-9f37-2f1cdda82eaa@googlegroups.com>
In reply to#39169
On 02/18/2013 07:18 PM, alex23 wrote:
>[...]
> Weird, I'm using GG too and not seeing any doubling of my messages. I
> have reverted to using the old interface, though, so it might be a
> side-effect of the new version they're hyping, which does seem to have
> been designed by Satan himself (the way they've separated thread view
> from article view is a huge WTF). I've sent a heap of feedback to them
> as well with no response. Google don't really seem to want to hype
> Usenet as anything other than a target for blogspot spam, it appears.

In their new interface, GG presents a checkbox for cc: addresses in 
the post being replied to.  Unchecking the "cc: pytho...@python.org"
box will prevent the double posts.

[toc] | [prev] | [next] | [standalone]


#39258

Fromrusi <rustompmody@gmail.com>
Date2013-02-19 09:14 -0800
Message-ID<7056b706-a8bf-4f82-bc79-bf0e1395e928@m9g2000pby.googlegroups.com>
In reply to#39169
On Feb 19, 7:18 am, alex23 <wuwe...@gmail.com> wrote:
> On Feb 18, 3:51 pm, Rick Johnson <rantingrickjohn...@gmail.com> wrote:
>
> > I apologize for this doubling of my messages and i can assure you i
> > don't do this intentionally. Proper netiquette is very important to me.
> > These double posts are another unfortunate side-effect of using the
> > buggy Google Groups web-face to read/write Usenet. I've sent feedback
> > to the Google Groups long ago and have yet to see any changes or even
> > get any replys.
>
> Weird, I'm using GG too and not seeing any doubling of my messages. I
> have reverted to using the old interface, though, so it might be a
> side-effect of the new version they're hyping, which does seem to have
> been designed by Satan himself (the way they've separated thread view
> from article view is a huge WTF). I've sent a heap of feedback to them
> as well with no response. Google don't really seem to want to hype
> Usenet as anything other than a target for blogspot spam, it appears.

How do you "revert to old interface"?
So far I have managed to keep to the old by
- logging out of gmail
- reload GG -- now the choice to revert should appear

It seems everyone does not get that option

[toc] | [prev] | [next] | [standalone]


#39319

Fromalex23 <wuwei23@gmail.com>
Date2013-02-19 22:57 -0800
Message-ID<ff804d72-dd94-4ec5-9120-6ad14fdd0c0d@hd10g2000pbc.googlegroups.com>
In reply to#39258
On Feb 20, 3:14 am, rusi <rustompm...@gmail.com> wrote:
> How do you "revert to old interface"?
> So far I have managed to keep to the old by
> - logging out of gmail
> - reload GG -- now the choice to revert should appear
>
> It seems everyone does not get that option

In an amazing piece of software engineering, you need to accept the
new interface _before_ the revert to old interface option appears.

I have to do this at irregular intervals, not entirely sure what
triggers its decision to foist the new crap onto me. Now I mostly use
the feedback box to vent my spleen :)

[toc] | [prev] | [next] | [standalone]


#39353

FromSteven D'Aprano <steve+comp.lang.python@pearwood.info>
Date2013-02-20 22:50 +1100
Message-ID<5124b87b$0$29981$c3e8da3$5496439d@news.astraweb.com>
In reply to#39319
alex23 wrote:

> On Feb 20, 3:14 am, rusi <rustompm...@gmail.com> wrote:
>> How do you "revert to old interface"?
>> So far I have managed to keep to the old by
>> - logging out of gmail
>> - reload GG -- now the choice to revert should appear
>>
>> It seems everyone does not get that option
> 
> In an amazing piece of software engineering, you need to accept the
> new interface _before_ the revert to old interface option appears.
> 
> I have to do this at irregular intervals, not entirely sure what
> triggers its decision to foist the new crap onto me. Now I mostly use
> the feedback box to vent my spleen :)

You know, you could always *stop* using their crap. You can easily subscribe
to this as a mailing list. It will work anywhere you have email, in your
familiar mail client.

http://mail.python.org/mailman/listinfo/python-list

If access on any computer with an internet connection is important to you,
the mailing list works fine with Gmail, Hotmail or Yahoo mail.

Or if your ISP provides Usenet access, you can use a News client to read it
via comp.lang.python, or gmane.comp.python.general. If you don't have a
News client, there are various free ones available, starting with
Thunderbird.


-- 
Steven

[toc] | [prev] | [next] | [standalone]


#39363

FromRotwang <sg552@hotmail.co.uk>
Date2013-02-20 16:00 +0000
Message-ID<kg2rtl$2lt$1@dont-email.me>
In reply to#39353
On 20/02/2013 11:50, Steven D'Aprano wrote:
>
> [...alternatives to Google...]
>
> Or if your ISP provides Usenet access, you can use a News client to read it
> via comp.lang.python, or gmane.comp.python.general.

And if it doesn't, you can get free Usenet access that includes most of 
the text-only groups (including c.l.p) from eternal-september.org.

   http://www.eternal-september.org/


-- 
I have made a thing that superficially resembles music:

http://soundcloud.com/eroneity/we-berated-our-own-crapiness

[toc] | [prev] | [next] | [standalone]


#39365

From"J. Marc Edwards" <marc.edwards@nimbisservices.com>
Date2013-02-20 11:08 -0500
Message-ID<mailman.2117.1361376522.2939.python-list@python.org>
In reply to#39363

[Multipart message — attachments visible in raw view] — view raw

Mark:

I finished the fingerprinting this morning at the local crime bureau here in
Raleigh.  You don't have to wait for Judy Yost to mail the FD-258 FBI form
to you.  Your local crime bureau should have these available.  Judy has to
have the fingerprints in order to open up your electronic application.

Regards, Marc

J. Marc Edwards, Lead Architect

Semiconductor Design Portals

Nimbis Services, Inc.

Cell  - (919) 345-1021

Fax   - (919) 882-8602

Skype - (919) 747-3775

jmarcedwards@gmail.com

marc.edwards@nimbisservices.com

 


-----Original Message-----
From: Python-list
[mailto:python-list-bounces+marc.edwards=nimbisservices.com@python.org] On
Behalf Of Rotwang
Sent: Wednesday, February 20, 2013 11:01 AM
To: python-list@python.org
Subject: Re: Awsome Python - chained exceptions

On 20/02/2013 11:50, Steven D'Aprano wrote:
>
> [...alternatives to Google...]
>
> Or if your ISP provides Usenet access, you can use a News client to 
> read it via comp.lang.python, or gmane.comp.python.general.

And if it doesn't, you can get free Usenet access that includes most of the
text-only groups (including c.l.p) from eternal-september.org.

   http://www.eternal-september.org/


--
I have made a thing that superficially resembles music:

http://soundcloud.com/eroneity/we-berated-our-own-crapiness
--
http://mail.python.org/mailman/listinfo/python-list

[toc] | [prev] | [next] | [standalone]


#39366

Fromrurpy@yahoo.com
Date2013-02-20 08:13 -0800
Message-ID<978660f7-450f-40bf-8a45-765fbac2e4f3@googlegroups.com>
In reply to#39353
On 02/20/2013 04:50 AM, Steven D'Aprano wrote:
>[...]
> Or if your ISP provides Usenet access, you can use a News client to read it
> via comp.lang.python, or gmane.comp.python.general. If you don't have a
> News client, there are various free ones available, starting with
> Thunderbird.

I think very few ISPs provide Usenet access these days.  
All the local ISPs in my area dropped Usenet years ago.  
Which leaves most people in the position of paying for 
Usenet access or finding a free Usenet server.  And there
is not much motivation to do either since Usenet itself
seems headed towards extinction (or as close as it gets 
in an era of infinite internet memory.)

[toc] | [prev] | [next] | [standalone]


Page 2 of 3 — ← Prev page 1 [2] 3  Next page →

Back to top | Article view | comp.lang.python


csiph-web