Re: [Python-Dev] unsolicited removal request

2018-08-20 Thread Andrew M. Hettinger

I apologize, that's my IP, and i was trying to remove myself from the list.

How that request got associated with you, I haven't the foggiest. I
certainly was not intended.

Andrew Hettinger
http://Prominic.NET | Skype: AndrewProminic
Tel: 866.339.3169 (toll free) -or- 1.217.356.2888 x. 110 (int'l)
Fax: 866.372.3356 (toll free) -or- 1.217.356.3356(int'l)



From:   "Abdur-Rahmaan Janhangeer" 
To: "Python Dev" 
Date:   08/20/2018 01:43
Subject:[Python-Dev] unsolicited removal request
Sent by:"Python-Dev" 



just notifying that 199.103.2.101
was trying to remove me from this list. might try to remove others

yours,

Abdur-Rahmaan Janhangeer
https://github.com/Abdur-rahmaanJ
Mauritius___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
https://mail.python.org/mailman/options/python-dev/ahettinger%40prominic.net

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] RFE 20469: ssl.getpeercert() should include extensions

2014-03-24 Thread Andrew M. Hettinger

I thought I'd wait until the 3.4 release before I bothered asking about
this: http://bugs.python.org/issue20469

I don't think I'm qualified to actually be writing code for the ssl module,
but is there anything else that I can do to help?

I could probably put together a demonstration-case if that would be
helpful.___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] 'Add/Remove Programs' entry missing for 'current user only' 32-bit installations on 64-bit Windows

2014-03-20 Thread Andrew M. Hettinger



Jurko Gospodnetić jurko.gospodne...@pke.hr wrote on 03/19/2014 01:41:19
PM:

Hi.

 Should I open a 'Add/Remove Programs' dialog related issue in the
  CPython issue tracker?
 
  Please do. It would also good if somebody volunteered to reproduce
  the issue.

Opened issue #20984.

http://bugs.python.org/issue20984

Anyone have Windows 8 x64 available to try this out by any chance?

Best regards,
  Jurko Gospodnetić


I confirm this behavior on Windows 8.1 x64.
(I added a note to the bug as well)___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] 'Add/Remove Programs' entry missing for 'current user only' 32-bit installations on 64-bit Windows

2014-03-19 Thread Andrew M. Hettinger

Sure, I'll check it this evening.

Jurko Gospodnetić jurko.gospodne...@pke.hr wrote on 03/19/2014 01:41:19
PM:


Hi.

 Should I open a 'Add/Remove Programs' dialog related issue in the
  CPython issue tracker?
 
  Please do. It would also good if somebody volunteered to reproduce
  the issue.

Opened issue #20984.

http://bugs.python.org/issue20984

Anyone have Windows 8 x64 available to try this out by any chance?

Best regards,
  Jurko Gospodnetić


 ___
 Python-Dev mailing list
 Python-Dev@python.org
 https://mail.python.org/mailman/listinfo/python-dev
 Unsubscribe: https://mail.python.org/mailman/options/python-dev/
 ahettinger%40prominic.net___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Whats New in 3.4 is pretty much done...

2014-03-13 Thread Andrew M. Hettinger



Antoine Pitrou solip...@pitrou.net wrote on 03/13/2014 01:46:12 PM:
 On Thu, 13 Mar 2014 14:57:41 +0100
 Victor Stinner victor.stin...@gmail.com wrote:
  2014-03-13 11:49 GMT+01:00 Christian Heimes christ...@python.org:
   * All stdlib modules now support server cert verification including
   hostname matching and CRL.
  
   * http://bugs.python.org/issue16499 isolated mode is a security
   improvement, too.
 
  Ok, I added these two items.
 
  Antoine wrote:
   CRL? really? I don't remember us doing automatic CRL downloads.
 
  It's just the support, nothing is automatic. I understood that you
  *can* load CRL and ask for CRL validation, but it must be done
  explicitly. There is a function to retrieve system CRLs on Windows.

 Then you should perhaps make your phrasing more explicit, because
 people may wrongly assume that CRL checking will be done automatically
 (IMHO).

 (especially since hostname checking, AFAIK, *is* automatic now)
Sorry if I'm out of line on my first post to this list, but I've been using
the ssl module in 3.4 some lately (indeed, I have an open RFE on it for
3.5).

While hostname checking can be done automatically, it's not the default
(and if it will even work at all depends on the version of openssl
installed).
I suppose I could see it changed to read:

* All stdlib modules now support server cert verification including
hostname matching and CRL verification (but not automatic download).

Of course, the reality is, using the ssl module requires a vary careful
attention to detail, and probably always will. If a programmer is just
going by the What's New section for security related code, I'm not sure
there's much you can to to save them. ;p


 Regards

 Antoine.

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com