Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python developer FAQ grammar error #55166

Closed
jerryseutter mannequin opened this issue Jan 20, 2011 · 5 comments
Closed

Python developer FAQ grammar error #55166

jerryseutter mannequin opened this issue Jan 20, 2011 · 5 comments
Labels
docs Documentation in the Doc dir easy

Comments

@jerryseutter
Copy link
Mannequin

jerryseutter mannequin commented Jan 20, 2011

BPO 10957
Nosy @brettcannon, @terryjreedy

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2011-01-22.03:05:52.784>
created_at = <Date 2011-01-20.16:34:10.369>
labels = ['easy', 'docs']
title = 'Python developer FAQ grammar error'
updated_at = <Date 2011-01-22.03:05:52.783>
user = 'https://bugs.python.org/jerryseutter'

bugs.python.org fields:

activity = <Date 2011-01-22.03:05:52.783>
actor = 'brett.cannon'
assignee = 'docs@python'
closed = True
closed_date = <Date 2011-01-22.03:05:52.784>
closer = 'brett.cannon'
components = ['Documentation']
creation = <Date 2011-01-20.16:34:10.369>
creator = 'jerry.seutter'
dependencies = []
files = []
hgrepos = []
issue_num = 10957
keywords = ['easy']
message_count = 5.0
messages = ['126626', '126795', '126802', '126806', '126813']
nosy_count = 5.0
nosy_names = ['brett.cannon', 'terry.reedy', 'jerry.seutter', 'docs@python', 'rafe.kettler']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue10957'
versions = ['Python 3.2']

@jerryseutter
Copy link
Mannequin Author

jerryseutter mannequin commented Jan 20, 2011

Section 4.1 of the Python FAQ (http://www.python.org/dev/faq/) contains a grammar error:

The sentence I am referring to says: "If you are developing on OS X for Python 2.x and will not be working with the OS X-specific modules from the standard library, then consider using the --without-toolbox-glue flag to faster compilation time."

How about instead: "If you are developing on OS X for Python 2.x and will not be working with the OS X-specific modules from the standard library, then consider using the --without-toolbox-glue flag for a faster compile."

(Note: Taken from the FAQ as of Jan 20, 2011)

@jerryseutter jerryseutter mannequin assigned docspython Jan 20, 2011
@jerryseutter jerryseutter mannequin added docs Documentation in the Doc dir easy labels Jan 20, 2011
@rafekettler
Copy link
Mannequin

rafekettler mannequin commented Jan 21, 2011

for a faster compile
Compile isn't a noun; the most grammatically correct sentences would be "for faster compilation."

@jerryseutter
Copy link
Mannequin Author

jerryseutter mannequin commented Jan 22, 2011

I agree with what Rafe said.

@jerryseutter jerryseutter mannequin changed the title Python FAQ grammar error Python developer FAQ grammar error Jan 22, 2011
@terryjreedy
Copy link
Member

In general, the website is separate from Python code and documentation and website issues should be sent to webmaster@python.org, not here, as code/doc committers cannot change web pages.

However, this particular page (dev/faq) has being pulled into the (hg) repository as part of expanded docs for developers. It is possible that 'to faster compilation time' has already been corrected. Brett? (and will the web page go away or be replaced?)

@brettcannon
Copy link
Member

That entire portion of the FAQ has been removed as it was redundant compared to other parts of the devguide.

Closing as out of date.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir easy
Projects
None yet
Development

No branches or pull requests

2 participants