Re: [Python-Dev] Python compatibility issue with Windows Developer Preview

2011-10-04 Thread Michael Foord

On 04/10/2011 02:20, Brian Curtin wrote:
On Mon, Oct 3, 2011 at 18:32, Ryan Wells (MP Tech Consulting LLC) 
v-ry...@microsoft.com mailto:v-ry...@microsoft.com wrote:


Hello Python Developers,

I am a Program Manager with the Ecosystem Engineering team at
Microsoft. We are tracking a issue with Python 3.2.2 on Windows
Developer Preview when using Internet Explorer.


Is there any public bug tracker or other information for this on your 
end? Sounds weird.


How would one use Python 3.2.2 with Internet explorer? It would be 
possible with the pywin32 extensions, but then the correct place for 
support would be the pywin32 bug tracker and mailing lists (as they're 
not part of core Python).


Michael



I'd like to connect directly with a developer on the project so
that we can work closesly to resolve this issue.


There aren't many Windows devs around here, but while I'm one of them, 
I don't currently have the bandwidth to devote to getting a Windows 8 
setup and working on this issue at the time. I think your best bet 
would be to post as much information as you have and we can go from 
there, either from myself or anyone available.


If you think you've nailed down a specific issue in Python, 
http://bugs.python.org is our bug tracker.



___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk



--
http://www.voidspace.org.uk/

May you do good and not evil
May you find forgiveness for yourself and forgive others
May you share freely, never taking more than you give.
-- the sqlite blessing http://www.sqlite.org/different.html

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


Re: [Python-Dev] Python compatibility issue with Windows Developer Preview

2011-10-04 Thread Brian Curtin
On Tue, Oct 4, 2011 at 11:27, Michael Foord fuzzy...@voidspace.org.ukwrote:

  On 04/10/2011 02:20, Brian Curtin wrote:

 On Mon, Oct 3, 2011 at 18:32, Ryan Wells (MP Tech Consulting LLC) 
 v-ry...@microsoft.com wrote:

  Hello Python Developers,



 I am a Program Manager with the Ecosystem Engineering team at Microsoft.
 We are tracking a issue with Python 3.2.2 on Windows Developer Preview when
 using Internet Explorer.


  Is there any public bug tracker or other information for this on your
 end? Sounds weird.


 How would one use Python 3.2.2 with Internet explorer? It would be possible
 with the pywin32 extensions, but then the correct place for support would be
 the pywin32 bug tracker and mailing lists (as they're not part of core
 Python).


I took the original message as Python is screwing up because Internet
Explorer is running, which is ridiculous.

Until they follow up with details, I think there's nothing to see here.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Python compatibility issue with Windows Developer Preview

2011-10-04 Thread Brian Curtin
On Tue, Oct 4, 2011 at 13:24, Ryan Wells (MP Tech Consulting LLC)
v-ry...@microsoft.com wrote:
 Please let me know if you have an estimated timeframe to address this issue,
 and if our team can further assist in this process.

No idea about an estimated time frame, but I've entered
http://bugs.python.org/issue13101 into our tracker so we don't lose
the issue and its details in our inboxes. If you're interested in
tracking the results of any discussion or fixes, you could add
yourself to the nosy list on that bug report (you'd have to register
or use OpenID).

If it is just a difference in return value like you suspected, the fix
is probably pretty easy. The bigger barrier is just finding time to
get a Windows 8 setup.

Thanks for the report.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Python compatibility issue with Windows Developer Preview

2011-10-04 Thread Ryan Wells (MP Tech Consulting LLC)
Hello,

I apologize for the confusion or if this is the wrong mailing listing, I wanted 
to get in contact with someone before I sent the bug information that I have.  
We do not have a public bug tracking system that I can direct you to.  Based on 
preliminary testing, the following compatibility issue has been identified:

Reference #: 70652
Description of the Problem: The application Python Module Doc is automatically 
closed when Internet Explorer 10 is closed.
Steps to Reproduce:

1.   Install Windows Developer Preview

2.   Install Python 3.2.2

3.   Launch Module Doc.  Start Menu - All Program - Python - Manual Docs

4.   Click on the button open browser

5.   It should open the site http://localhost:7464/ In Internet Explorer 10 
and the contents should be displayed

6.   Should be able to view list of Modules, Scripts, DLLs, and Libraries 
etc.

7.   Close Internet Explorer

Expected Result: Internet Explorer 10 should only get closed and we should be 
able to work with the application Module Doc.
Actual Result: The application Module Doc is closed with Internet Explorer 10.

Developer Notes: There is likely a difference in return values between IE8 and 
IE9/10 when launched from the app.

Please let me know if you have an estimated timeframe to address this issue, 
and if our team can further assist in this process.

Regards,

Ryan Wells
Microsoft PC Ecosystem Engineering Team
v-ry...@microsoft.com


From: Brian Curtin 
[mailto:brian.cur...@gmail.com]mailto:[mailto:brian.cur...@gmail.com]
Sent: Tuesday, October 04, 2011 11:07 AM
To: Michael Foord
Cc: Ryan Wells (MP Tech Consulting LLC); Ecosystem Engineering IE; 
python-dev@python.orgmailto:python-dev@python.org
Subject: Re: [Python-Dev] Python compatibility issue with Windows Developer 
Preview

On Tue, Oct 4, 2011 at 11:27, Michael Foord 
fuzzy...@voidspace.org.ukmailto:fuzzy...@voidspace.org.uk wrote:
On 04/10/2011 02:20, Brian Curtin wrote:
On Mon, Oct 3, 2011 at 18:32, Ryan Wells (MP Tech Consulting LLC) 
v-ry...@microsoft.commailto:v-ry...@microsoft.com wrote:
Hello Python Developers,

I am a Program Manager with the Ecosystem Engineering team at Microsoft. We are 
tracking a issue with Python 3.2.2 on Windows Developer Preview when using 
Internet Explorer.

Is there any public bug tracker or other information for this on your end? 
Sounds weird.

How would one use Python 3.2.2 with Internet explorer? It would be possible 
with the pywin32 extensions, but then the correct place for support would be 
the pywin32 bug tracker and mailing lists (as they're not part of core Python).

I took the original message as Python is screwing up because Internet Explorer 
is running, which is ridiculous.

Until they follow up with details, I think there's nothing to see here.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Python compatibility issue with Windows Developer Preview

2011-10-03 Thread Brian Curtin
On Mon, Oct 3, 2011 at 18:32, Ryan Wells (MP Tech Consulting LLC) 
v-ry...@microsoft.com wrote:

  Hello Python Developers,

 ** **

 I am a Program Manager with the Ecosystem Engineering team at Microsoft. We
 are tracking a issue with Python 3.2.2 on Windows Developer Preview when
 using Internet Explorer.


Is there any public bug tracker or other information for this on your end?
Sounds weird.

I’d like to connect directly with a developer on the project so that we can
 work closesly to resolve this issue.


There aren't many Windows devs around here, but while I'm one of them, I
don't currently have the bandwidth to devote to getting a Windows 8 setup
and working on this issue at the time. I think your best bet would be to
post as much information as you have and we can go from there, either from
myself or anyone available.

If you think you've nailed down a specific issue in Python,
http://bugs.python.org is our bug tracker.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com