Skip to content

Conversation

@methane
Copy link
Member

No description provided.

@methanemethane changed the base branch from master to 3.5February 11, 2017 09:20
@codecov
Copy link

codecovbot commented Feb 11, 2017

Codecov Report

❗ No coverage uploaded for pull request base (3.5@9cd7e17). Click here to learn what that means.
The diff coverage is n/a.

@@ Coverage Diff @@## 3.5 #26 +/- ## ====================================== Coverage ? 82.37% ====================================== Files ? 1427 Lines ? 350948 Branches ? 0 ====================================== Hits ? 289096 Misses ? 61852 Partials ? 0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9cd7e17...29f8a3b. Read the comment docs.

@brettcannonbrettcannon changed the title Add .travis.yml to 3.5 branchbpo-29529: Add .travis.yml to 3.5 branchFeb 11, 2017
Kevogich
Kevogich approved these changes Feb 13, 2017
berkerpeksagand others added 3 commits February 14, 2017 20:20
Currently, http://buildbot.python.org/all/buildslaves/ware-docs buildbot is only run as post-commit. For example, bpo-29521 (PR#41) introduced two warnings, unnotified by the Travis CI docs job. Modify the docs job to run toosl/rstlint.py. Fix also the two minor warnings which causes the buildbot slave to fail.
@methanemethane changed the title bpo-29529: Add .travis.yml to 3.5 branch[backport to 3.5] bpo-29529: Add .travis.yml to 3.5 branchFeb 14, 2017
@ncoghlanncoghlan merged commit 24bfe15 into python:3.5Feb 19, 2017
@methanemethane deleted the travis-35 branch February 19, 2017 05:13
@vitfolllllvitfolllll mentioned this pull request Jan 8, 2023
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull request May 22, 2023
26: warn for truncate r=ltratt a=nanjekyejoannah Use seek(0) before doing truncate(0) BytesIO.truncate() does not shift the file pointer, so we need to seek() to move the file pointer, otherwise writing after truncating will mess up the stream. s.truncate(0) -> s.seek(0) s.truncate(0) Co-authored-by: Joannah Nanjekye <[email protected]>
Fidget-Spinner referenced this pull request in pylbbv/pylbbv May 27, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@methane@ncoghlan@Kevogich@brettcannon@the-knights-who-say-ni@berkerpeksag@vstinner