[issue23924] Add OS X to Dev Guide Quickstart build step

2015-04-13 Thread Ned Deily

Ned Deily added the comment:

Done.  Thanks for the patch!

--
resolution:  - fixed
stage: commit review - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23924
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23924] Add OS X to Dev Guide Quickstart build step

2015-04-13 Thread Ned Deily

Ned Deily added the comment:

The updates look good to me, thanks!  Are you able to push this?  If not, I can 
do it.

--
stage:  - commit review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23924
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23924] Add OS X to Dev Guide Quickstart build step

2015-04-13 Thread Carol Willing

Carol Willing added the comment:

@ned.deily Thanks for the feedback.

I changed the text on the QuickStart build step #2 since it was not clear to 
some sprinters that UNIX included Mac OS X.

I added link in the text to direct to the Build Dependencies section. Thanks 
for the suggestion.

--
keywords: +patch
Added file: http://bugs.python.org/file38963/iss23924.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23924
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23924] Add OS X to Dev Guide Quickstart build step

2015-04-13 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 56b0001c7a29 by Ned Deily in branch 'default':
Issue #23924: Expand the QuickStart section to mention OS X and link
https://hg.python.org/devguide/rev/56b0001c7a29

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23924
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23924] Add OS X to Dev Guide Quickstart build step

2015-04-13 Thread Carol Willing

Carol Willing added the comment:

@ned.deily Thanks for the review. Please push for me. Thanks :)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23924
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23924] Add OS X to Dev Guide Quickstart build step

2015-04-13 Thread Ned Deily

Ned Deily added the comment:

In general, references in the devguide to UNIX are intended to include OS X.  
In other words, in the guide UNIX is generally equivalent to not Windows at 
least for Python 3 now that other, ancient non-POSIX platforms, like classic 
MacOS or VMS or OS/2 are no longer supported. (At least, I can't think of any 
remaining ones.) Perhaps adding a statement to that effect somewhere in the 
guide would help if it isn't already clear?  I think the main difference is 
whether a platform uses the autoconf-based build system for Python (e.g. 
./configure and make) vs. the Windows Visual Studio project build system).

Regarding build errors/warnings, the issue of standard library extensions 
depending on installing third-party libraries that may not be included by 
default or at all on a particular OS platform is talked about in various places 
in the guide (for example, in the Build Dependencies section: 
https://docs.python.org/devguide/setup.html#build-dependencies).  Perhaps a 
link to that section can be added to the quick start.

--
nosy: +ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23924
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23924] Add OS X to Dev Guide Quickstart build step

2015-04-12 Thread Carol Willing

New submission from Carol Willing:

Since many devs use OS X, it would be helpful to add a mention of OS X in Step 
2 (Build). It would also be helpful to add that it is okay to ignore build 
errors/warnings as long as CPython reports building correctly.

--
components: Devguide
messages: 240575
nosy: ezio.melotti, willingc
priority: normal
severity: normal
status: open
title: Add OS X to Dev Guide Quickstart build step

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23924
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com