Skip to content

Fix copying of multiline snippets #981

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

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

hauntsaninja
Copy link
Contributor

For instance, the macOS build command

For instance, the macOS build command
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it's working now:

Before

Clicking the copy button for "For Python 3.10 and newer" at https://devguide.python.org/getting-started/setup-building/#macos-and-os-x gives:

 CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \

After

But with the fix at https://cpython-devguide--981.org.readthedocs.build/getting-started/setup-building/#macos-and-os-x it gives:

 CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
  LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
  PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
  ./configure --with-pydebug \
              --with-openssl=$(brew --prefix openssl)

@hugovk hugovk added the bug label Nov 2, 2022
@AlexWaygood AlexWaygood merged commit bc4da6b into python:main Nov 2, 2022
@hauntsaninja hauntsaninja deleted the copybutotn branch November 19, 2022 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants